diff options
author | paul <paul> | 2003-05-18 15:26:26 +0000 |
---|---|---|
committer | paul <paul> | 2003-05-18 15:26:26 +0000 |
commit | 9dca51b4fa60cff613dd7736b24436a7121ae423 (patch) | |
tree | 08f476dabaf4a79678a6c1a596cfdceb933dedba /ospf6d/ospf6d.c | |
parent | 4f887d6649df072e41e7104299c16854837fc9b3 (diff) | |
download | quagga-9dca51b4fa60cff613dd7736b24436a7121ae423.tar.bz2 quagga-9dca51b4fa60cff613dd7736b24436a7121ae423.tar.xz |
From: Hasso Tepper <hasso@estpak.ee>
Subject: [zebra 19093] [PATCH] Two more fixes
1) From 6Wind patch - show router and interface nodes from ospf6d when
using vtysh and don't show defaults in interface node. Fixes bugzilla
#14.
Diffstat (limited to 'ospf6d/ospf6d.c')
-rw-r--r-- | ospf6d/ospf6d.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.c b/ospf6d/ospf6d.c index d7b1aa34..8b50b5ab 100644 --- a/ospf6d/ospf6d.c +++ b/ospf6d/ospf6d.c @@ -712,6 +712,7 @@ struct cmd_node ospf6_node = { OSPF6_NODE, "%s(config-ospf6)# ", + vtysh: 1 }; /* Install ospf related commands. */ |