File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -491,11 +491,40 @@ Result:
491491` ` ` json
492492{
493493 "ACL_RULE": {
494+ "ALLOW_NTP|DEFAULT_RULE": {
495+ "ETHER_TYPE": "2048",
496+ "PACKET_ACTION": "DROP",
497+ "PRIORITY": "1"
498+ },
499+ "ALLOW_NTP|RULE_1": {
500+ "PACKET_ACTION": "ACCEPT",
501+ "PRIORITY": "99",
502+ "SRC_IP": "0.0.0.0/0"
503+ },
504+ "ALLOW_SSH|DEFAULT_RULE": {
505+ "ETHER_TYPE": "2048",
506+ "PACKET_ACTION": "DROP",
507+ "PRIORITY": "1"
508+ },
494509 "ALLOW_SSH|RULE_1": {
495510 "PACKET_ACTION": "ACCEPT",
496511 "PRIORITY": "91",
497512 "SRC_IP": "10.1.23.1/30"
498513 }
514+ },
515+ "ACL_TABLE": {
516+ "ALLOW_NTP": {
517+ "policy_desc": "Allow NTP",
518+ "services": ["NTP"],
519+ "stage": "ingress",
520+ "type": "CTRLPLANE"
521+ },
522+ "ALLOW_SSH": {
523+ "policy_desc": "Allow SSH access",
524+ "services": ["SSH"],
525+ "stage": "ingress",
526+ "type": "CTRLPLANE"
527+ }
499528 }
500529}
501530` ` `
You can’t perform that action at this time.
0 commit comments