diff options
| author | 2007-12-13 08:57:32 +0000 | |
|---|---|---|
| committer | 2007-12-13 08:57:32 +0000 | |
| commit | ab5e4d031096d0d3ed972f4ada033e0bdbeefd2f (patch) | |
| tree | 67bd5934323ebe16d4571112c872e9be174d5278 /usr.sbin/ospf6ctl/parser.c | |
| parent | Monster commit of stuff I did mostly last month. What it does: (diff) | |
| download | wireguard-openbsd-ab5e4d031096d0d3ed972f4ada033e0bdbeefd2f.tar.xz wireguard-openbsd-ab5e4d031096d0d3ed972f4ada033e0bdbeefd2f.zip | |
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.c | 3 |
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}, |
