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