summaryrefslogtreecommitdiff
path: root/lib/if.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2016-12-15 21:34:53 +0100
committerGitHub <noreply@github.com>2016-12-15 21:34:53 +0100
commitf4e454eb79a6d63f0fba83635047215ac6cf0e5f (patch)
tree402711325312b6367fbde3c9baf1f144d1723f5d /lib/if.c
parentbb49a12161b8ab63bdf2f2f3f1566aa1bb32d124 (diff)
parent5304ba7e560fc9b5f13fd5657e370d726714673b (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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/if.c b/lib/if.c
index a1bac2ce81..fb12f201b2 100644
--- a/lib/if.c
+++ b/lib/if.c
@@ -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;
}