diff options
Diffstat (limited to 'lib/if.c')
-rw-r--r-- | lib/if.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1384,6 +1384,7 @@ DEFPY_YANG_NOSH (interface, * all interface-level commands are converted to the new * northbound model. */ + nb_cli_pending_commit_check(vty); ifp = if_lookup_by_name(ifname, vrf_id); if (ifp) VTY_PUSH_CONTEXT(INTERFACE_NODE, ifp); |