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.c | |
| 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.c')
| -rw-r--r-- | usr.sbin/ospf6ctl/parser.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospf6ctl/parser.c b/usr.sbin/ospf6ctl/parser.c index 6608b95f50a..400a15f5326 100644 --- a/usr.sbin/ospf6ctl/parser.c +++ b/usr.sbin/ospf6ctl/parser.c @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.c,v 1.5 2008/12/30 21:33:52 claudio Exp $ */ +/* $OpenBSD: parser.c,v 1.6 2009/01/28 22:51:26 stsp Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -99,6 +99,7 @@ static const struct token t_show_db[] = { {KEYWORD, "link", SHOW_DBLINK, NULL}, {KEYWORD, "network", SHOW_DBNET, NULL}, {KEYWORD, "router", SHOW_DBRTR, NULL}, + {KEYWORD, "intra", SHOW_DBINTRA, NULL}, {KEYWORD, "self-originated", SHOW_DBSELF, NULL}, {KEYWORD, "summary", SHOW_DBSUM, NULL}, {ENDTOKEN, "", NONE, NULL} |
