Merge "Enable filter validation for portforwarding plugin"

This commit is contained in:
Zuul 2018-08-09 22:35:00 +00:00 committed by Gerrit Code Review
commit 0dd28ee0fd
1 changed files with 1 additions and 0 deletions

View File

@ -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__()