diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-12-07 17:30:16 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2016-12-09 17:36:25 +0100 |
| commit | a50b7cebd58520d7f7ddbb82214788bc794791ac (patch) | |
| tree | dcf212f69beda2084d6c5c68a314eccb0e693546 /lib/if.c | |
| parent | 52c6b0e20a94e29126e3ddb180704d9d4c87e14f (diff) | |
lib: remove vty->index
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
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; } |
