blob: 3d7a899f969ffb8e3e83a197f8ea47236326b39b [file] [log] [blame]
Tomáš Peckab31a0892023-07-19 11:12:29 +02001#!/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
8sysrepocfg -d startup -m ietf-netconf-acm -f json --import="${MIGRATIONS_DIRECTORY}/0004_nacm.json"