diff options
| author | David Lamparter <equinox@diac24.net> | 2016-12-15 21:34:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-15 21:34:53 +0100 |
| commit | f4e454eb79a6d63f0fba83635047215ac6cf0e5f (patch) | |
| tree | 402711325312b6367fbde3c9baf1f144d1723f5d /lib/if.c | |
| parent | bb49a12161b8ab63bdf2f2f3f1566aa1bb32d124 (diff) | |
| parent | 5304ba7e560fc9b5f13fd5657e370d726714673b (diff) | |
Merge branch 'dev/osr/vty_index'
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/if.c')
| -rw-r--r-- | lib/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -784,7 +784,7 @@ DEFUN (interface, vty_out (vty, "%% interface %s not in %s%s", ifname, vrfname, VTY_NEWLINE); return CMD_WARNING; } - VTY_PUSH_CONTEXT_COMPAT (INTERFACE_NODE, ifp); + VTY_PUSH_CONTEXT (INTERFACE_NODE, ifp); return CMD_SUCCESS; } |
