Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CLI: Added line permutation check for file loaded config
Sometimes instructions in the loaded config does not match the same instructions in the running config. In this case frr-reload.py removes the line. For example: pppoe-server(config-vrf)# ip route 10.0.0.0/8 blackhole tag 220 250 pppoe-server(config-vrf)# ip route 10.0.0.0/8 blackhole 250 tag 220 This leads to config loss and unpredictable FRR functionality. Signed-off-by: Yaroslav Kholod <[email protected]>
- Loading branch information