summaryrefslogtreecommitdiff
path: root/usr.sbin/ospf6ctl/parser.c
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2007-12-13 08:57:33 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2007-12-13 08:57:33 +0000
commit2268dde6650259ca8285f9a4c247d767a2e6bb29 (patch)
treedb064ab62f90d965cfabd5e3372c9320f46a2632 /usr.sbin/ospf6ctl/parser.c
parentfafcca9d0e42d9a6e03ef570d77dca5315942a58 (diff)
struct kif is gone so adapt to the situation. show interface is gone for
now. OK norby@
Diffstat (limited to 'usr.sbin/ospf6ctl/parser.c')
-rw-r--r--usr.sbin/ospf6ctl/parser.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6ctl/parser.c b/usr.sbin/ospf6ctl/parser.c
index 1337beb5c03..77399ec9893 100644
--- a/usr.sbin/ospf6ctl/parser.c
+++ b/usr.sbin/ospf6ctl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.3 2007/10/16 08:43:44 claudio Exp $ */
+/* $OpenBSD: parser.c,v 1.4 2007/12/13 08:57:32 claudio Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -122,7 +122,6 @@ static const struct token t_show_rib[] = {
static const struct token t_show_fib[] = {
{NOTOKEN, "", NONE, NULL},
- {KEYWORD, "interface", SHOW_FIB_IFACE, t_show_iface},
{FLAG, "connected", F_CONNECTED, t_show_fib},
{FLAG, "static", F_STATIC, t_show_fib},
{FLAG, "ospf", F_OSPFD_INSERTED, t_show_fib},