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.h | |
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.h')
-rw-r--r-- | usr.sbin/ospf6ctl/parser.h | 3 |
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 }; |