diff options
author | hasso <hasso> | 2004-08-26 18:10:36 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-08-26 18:10:36 +0000 |
commit | 998c3fbff8c3c4c831faba46603f02f98849473d (patch) | |
tree | 24eb0b9473802f6e005dcfc892a1958f6eabab9d /ospf6d/ospf6d.c | |
parent | 2fe76c5124c1476ee2bdee0c8a072e4d9be1468b (diff) | |
download | quagga-998c3fbff8c3c4c831faba46603f02f98849473d.tar.bz2 quagga-998c3fbff8c3c4c831faba46603f02f98849473d.tar.xz |
Make ospf6d configuration appear in vtysh as well. Report sent to Yasuhiro
Ohara.
Diffstat (limited to 'ospf6d/ospf6d.c')
-rw-r--r-- | ospf6d/ospf6d.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index 28e6b945..a67600a0 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -95,7 +95,8 @@ DEFUN (show_version_ospf6, struct cmd_node debug_node = { DEBUG_NODE, - "" + "", + 1 /* VTYSH */ }; int |