diff --git a/ncdiff/docs/changelog/undistributed/changelog_paneeraj_mpls_mldp_static_202405242052.rst b/ncdiff/docs/changelog/undistributed/changelog_paneeraj_mpls_mldp_static_202405242052.rst new file mode 100644 index 0000000..51db982 --- /dev/null +++ b/ncdiff/docs/changelog/undistributed/changelog_paneeraj_mpls_mldp_static_202405242052.rst @@ -0,0 +1,6 @@ +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- +* yang.ncdiff + * Updated orderless configuration: + * Added mpls mldp static with depth 0 \ No newline at end of file diff --git a/ncdiff/src/yang/ncdiff/runningconfig.py b/ncdiff/src/yang/ncdiff/runningconfig.py index 83c9735..98551e2 100755 --- a/ncdiff/src/yang/ncdiff/runningconfig.py +++ b/ncdiff/src/yang/ncdiff/runningconfig.py @@ -93,6 +93,7 @@ (re.compile(r'^ *redistribute '), 2), (re.compile(r'^ *redistribute '), 3), (re.compile(r'^ *distribute-list '), 1), + (re.compile(r'^ *mpls mldp static '), 0), (re.compile(r'^ *router '), 0), ]