summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6ctl/parser.h
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2007-12-13 08:57:32 +0000
committerclaudio <claudio@openbsd.org>2007-12-13 08:57:32 +0000
commitab5e4d031096d0d3ed972f4ada033e0bdbeefd2f (patch)
tree67bd5934323ebe16d4571112c872e9be174d5278 /usr.sbin/ospf6ctl/parser.h
parentMonster commit of stuff I did mostly last month. What it does: (diff)
downloadwireguard-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.h')
-rw-r--r--usr.sbin/ospf6ctl/parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospf6ctl/parser.h b/usr.sbin/ospf6ctl/parser.h
index fe3e9be8e8a..6a801e85b9a 100644
--- a/usr.sbin/ospf6ctl/parser.h
+++ b/usr.sbin/ospf6ctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.2 2007/10/16 08:43:44 claudio Exp $ */
+/* $OpenBSD: parser.h,v 1.3 2007/12/13 08:57:32 claudio Exp $ */
/*
* Copyright (c) 2004 Esben Norby <norby@openbsd.org>
@@ -46,7 +46,6 @@ enum actions {
SHOW_RIB,
SHOW_RIB_DTAIL,
SHOW_FIB,
- SHOW_FIB_IFACE,
RELOAD
};