diff options
author | hasso <hasso> | 2004-08-26 20:10:36 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-08-26 20:10:36 +0200 |
commit | 69b4a810cd06a623d10678adbfd2d4342ef86547 (patch) | |
tree | 7da0d53ac129a3e4a1291e446831a9016a9688a0 /ospf6d/ospf6_top.c | |
parent | add () on SOPT_SIZE_CMSG_PKTINFO_IPV4() use, to match def. (diff) | |
download | frr-69b4a810cd06a623d10678adbfd2d4342ef86547.tar.xz frr-69b4a810cd06a623d10678adbfd2d4342ef86547.zip |
Make ospf6d configuration appear in vtysh as well. Report sent to Yasuhiro
Ohara.
Diffstat (limited to 'ospf6d/ospf6_top.c')
-rw-r--r-- | ospf6d/ospf6_top.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index b031330f0..23ad09f09 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -616,6 +616,7 @@ struct cmd_node ospf6_node = { OSPF6_NODE, "%s(config-ospf6)# ", + 1 /* VTYSH */ }; /* Install ospf related commands. */ |