diff options
author | 2008-12-30 21:33:52 +0000 | |
---|---|---|
committer | 2008-12-30 21:33:52 +0000 | |
commit | aeb06b086af89dc1d0838c34bec862be47d09ea8 (patch) | |
tree | eead77d97eee4b746b65d8fa44a19b73f1c90c7b /usr.sbin/ospf6ctl/parser.h | |
parent | First try at originating Link (type-8) LSA. Code is wrong and the initial (diff) | |
download | wireguard-openbsd-aeb06b086af89dc1d0838c34bec862be47d09ea8.tar.xz wireguard-openbsd-aeb06b086af89dc1d0838c34bec862be47d09ea8.zip |
Add code to show Link LSA. Make the other detailed views a bit shorter by
removing an empty newline.
Diffstat (limited to 'usr.sbin/ospf6ctl/parser.h')
-rw-r--r-- | usr.sbin/ospf6ctl/parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospf6ctl/parser.h b/usr.sbin/ospf6ctl/parser.h index 6a801e85b9a..5ac958a176c 100644 --- a/usr.sbin/ospf6ctl/parser.h +++ b/usr.sbin/ospf6ctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.3 2007/12/13 08:57:32 claudio Exp $ */ +/* $OpenBSD: parser.h,v 1.4 2008/12/30 21:33:52 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -38,6 +38,7 @@ enum actions { SHOW_DB, SHOW_DBBYAREA, SHOW_DBEXT, + SHOW_DBLINK, SHOW_DBNET, SHOW_DBRTR, SHOW_DBSELF, |