diff options
author | Christian Franke <chris@opensourcerouting.org> | 2013-09-16 21:20:38 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2014-01-08 00:49:41 +0100 |
commit | 54bd777005ffd9851b6fe07de78ab728f4b0f4cc (patch) | |
tree | 1321670fb2d1e53dccf1cb3a60d12a90ac7751d3 /ospfd | |
parent | 77f2a04099a7fd5107d11a5b0dcd3b0dc73f9bea (diff) |
bgpd,ospfd,zebra: fix some DEFUN definitions
Fixup some DEFUNS with incorrect command strings or mixed up helpstrings.
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_vty.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_vty.c b/ospfd/ospf_vty.c index 2ba8188c..5e5a0b0d 100644 --- a/ospfd/ospf_vty.c +++ b/ospfd/ospf_vty.c @@ -1976,6 +1976,8 @@ DEFUN (ospf_area_authentication_message_digest, ospf_area_authentication_message_digest_cmd, "area (A.B.C.D|<0-4294967295>) authentication message-digest", "OSPF area parameters\n" + "OSPF area ID in IP address format\n" + "OSPF area ID as a decimal value\n" "Enable authentication\n" "Use message-digest authentication\n") { |