Enable filter validation for portforwarding plugin
The support of filter validation is missing in the newly added portforwarding plugin Change-Id: Ibb2f1f70f67241d81f5e29ea19e2e88c18c62d6a (cherry picked from commit b652a6ee8921fc2fca3e1896b85e111acf40a3ef)
This commit is contained in:
parent
5226e50c68
commit
5f1dcfa2e2
@ -75,6 +75,7 @@ class PortForwardingPlugin(fip_pf.PortForwardingPluginBase):
|
||||
|
||||
__native_pagination_support = True
|
||||
__native_sorting_support = True
|
||||
__filter_validation_support = True
|
||||
|
||||
def __init__(self):
|
||||
super(PortForwardingPlugin, self).__init__()
|
||||
|
Loading…
x
Reference in New Issue
Block a user