diff options
author | 2009-01-28 22:51:26 +0000 | |
---|---|---|
committer | 2009-01-28 22:51:26 +0000 | |
commit | 41bcac6b8cfc5347bc187474f7d6f4047dfef51c (patch) | |
tree | 6aadbc56e8aa633a01f7165e4576253e4d61febe /usr.sbin/ospf6ctl/parser.h | |
parent | Teach ospf6d to originate Intra-Area-Prefix LSAs, which associate a list (diff) | |
download | wireguard-openbsd-41bcac6b8cfc5347bc187474f7d6f4047dfef51c.tar.xz wireguard-openbsd-41bcac6b8cfc5347bc187474f7d6f4047dfef51c.zip |
Add 'show database intra' command, which displays Intra-Area-Prefix LSAs.
ok claudio@
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 5ac958a176c..dd16724fc14 100644 --- a/usr.sbin/ospf6ctl/parser.h +++ b/usr.sbin/ospf6ctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.4 2008/12/30 21:33:52 claudio Exp $ */ +/* $OpenBSD: parser.h,v 1.5 2009/01/28 22:51:26 stsp Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -41,6 +41,7 @@ enum actions { SHOW_DBLINK, SHOW_DBNET, SHOW_DBRTR, + SHOW_DBINTRA, SHOW_DBSELF, SHOW_DBSUM, SHOW_DBASBR, |