Tomáš Pecka | b31a089 | 2023-07-19 11:12:29 +0200 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # Import CzechLight-specific NACM rules for DWDM modules | ||||
4 | # ------------------------------------------------------ | ||||
5 | # Before this we restored these NACM rules from our "factory-default" on every boot, overwriting whatever was in the ietf-netconf-acm module. | ||||
6 | # Since config v4, the users are free to modify NACM rules as they wish. | ||||
7 | |||||
8 | sysrepocfg -d startup -m ietf-netconf-acm -f json --import="${MIGRATIONS_DIRECTORY}/0004_nacm.json" |