Loading src/device/service/drivers/openconfig/templates/acl/acl_adapter.py +0 −2 Original line number Diff line number Diff line Loading @@ -71,5 +71,3 @@ def acl_cr_to_dict(acl_cr_dict: Dict, subinterface:int = 0) -> Dict: source_port=22, destination_port=80 ) No newline at end of file src/device/service/drivers/openconfig/templates/acl/acl_adapter_ipinfusion_proprietary.py +0 −2 Original line number Diff line number Diff line Loading @@ -61,5 +61,3 @@ def acl_cr_to_dict_ipinfusion_proprietary(acl_cr_dict: Dict, delete: bool = Fals source_port=rule_set_entry_match['src_port'], destination_port=rule_set_entry_match['dst_port'] ) No newline at end of file src/nbi/requirements.in +1 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,6 @@ libyang==2.8.0 netaddr==0.9.0 pyang==2.6.0 git+https://github.com/robshakir/pyangbind.git pydantic==2.6.3 requests==2.27.1 werkzeug==2.3.7 pydantic==2.6.3 src/service/service/service_handlers/l3nm_openconfig/ConfigRules.py +1 −0 Original line number Diff line number Diff line Loading @@ -195,6 +195,7 @@ def setup_config_rules( }), ] for res_key, res_value in endpoint_acls: json_config_rules.append( {'action': 1, 'acl': res_value} Loading src/nbi/service/rest_server/nbi_plugins/ietf_acl/ietf_acl_parser.py +1 −1 File changed.Contains only whitespace changes. Show changes src/nbi/tests/data/ietf_acl.json +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/device/service/drivers/openconfig/templates/acl/acl_adapter.py +0 −2 Original line number Diff line number Diff line Loading @@ -71,5 +71,3 @@ def acl_cr_to_dict(acl_cr_dict: Dict, subinterface:int = 0) -> Dict: source_port=22, destination_port=80 ) No newline at end of file
src/device/service/drivers/openconfig/templates/acl/acl_adapter_ipinfusion_proprietary.py +0 −2 Original line number Diff line number Diff line Loading @@ -61,5 +61,3 @@ def acl_cr_to_dict_ipinfusion_proprietary(acl_cr_dict: Dict, delete: bool = Fals source_port=rule_set_entry_match['src_port'], destination_port=rule_set_entry_match['dst_port'] ) No newline at end of file
src/nbi/requirements.in +1 −1 Original line number Diff line number Diff line Loading @@ -22,6 +22,6 @@ libyang==2.8.0 netaddr==0.9.0 pyang==2.6.0 git+https://github.com/robshakir/pyangbind.git pydantic==2.6.3 requests==2.27.1 werkzeug==2.3.7 pydantic==2.6.3
src/service/service/service_handlers/l3nm_openconfig/ConfigRules.py +1 −0 Original line number Diff line number Diff line Loading @@ -195,6 +195,7 @@ def setup_config_rules( }), ] for res_key, res_value in endpoint_acls: json_config_rules.append( {'action': 1, 'acl': res_value} Loading
src/nbi/service/rest_server/nbi_plugins/ietf_acl/ietf_acl_parser.py +1 −1 File changed.Contains only whitespace changes. Show changes