Commit 8b987b8e authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge cosmetic cleanup

parent c4d7ca20
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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
+0 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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}
+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading