From 283485001e367df6f51006e549f0646ee21f9d37 Mon Sep 17 00:00:00 2001 From: Sowmya D N Date: Fri, 11 Jul 2025 14:35:57 +0530 Subject: [PATCH] Added orderless config --- ncdiff/src/yang/ncdiff/runningconfig.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ncdiff/src/yang/ncdiff/runningconfig.py b/ncdiff/src/yang/ncdiff/runningconfig.py index 0423dbe..166e093 100755 --- a/ncdiff/src/yang/ncdiff/runningconfig.py +++ b/ncdiff/src/yang/ncdiff/runningconfig.py @@ -108,6 +108,14 @@ (re.compile(r'^ *member vni '), 1), (re.compile(r'^ *ipv6 route '), 0), (re.compile(r'^ *ip route '), 0), + (re.compile(r'^ *enable password '), 0), + (re.compile(r'^ *ip radius '), 0), + (re.compile(r'^ *ip nat inside '), 0), + (re.compile(r'^ *description '), 1), + (re.compile(r'^ *match ip address '), 1), + (re.compile(r'^ *match interface '), 1), + (re.compile(r'^ *control-plane '), 0), + (re.compile(r'^ *yang-interfaces '), 0), ] # Some commands can be overwritten without a no command. For example, changing