We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a76e8f commit 59fdad9Copy full SHA for 59fdad9
files/image_config/backend_acl/backend_acl.py
@@ -78,7 +78,7 @@ def load_backend_acl(device_type):
78
if os.path.isfile(BACKEND_ACL_TEMPLATE_FILE):
79
run_command(['sudo', SONIC_CFGGEN_PATH, '-d', '-t', '{},{}'.format(BACKEND_ACL_TEMPLATE_FILE, BACKEND_ACL_FILE)])
80
if os.path.isfile(BACKEND_ACL_FILE):
81
- run_command(['acl-loader', 'update', 'incremental', BACKEND_ACL_FILE])
+ run_command(['acl-loader', 'update', 'full', BACKEND_ACL_FILE, '--table_name', 'DATAACL'])
82
else:
83
log_info("Skipping backend acl load - conditions not met")
84
0 commit comments