Skip to content

Commit c3bda37

Browse files
bluecmddal00
authored andcommitted
kamel: [caclmgrd] Add BGP predefined service
Signed-off-by: Christian Svensson <[email protected]>
1 parent 359559b commit c3bda37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/caclmgrd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ class ControlPlaneAclManager(logger.Logger):
111111
"dst_ports": ["22"],
112112
"multi_asic_ns_to_host_fwd":True
113113
},
114+
"BGP": {
115+
"ip_protocols": ["tcp"],
116+
"dst_ports": ["179"],
117+
"multi_asic_ns_to_host_fwd":True
118+
},
114119
"EXTERNAL_CLIENT": {
115120
"ip_protocols": ["tcp"],
116121
"multi_asic_ns_to_host_fwd":True

0 commit comments

Comments
 (0)