diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-05-10 03:00:09 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-05-10 03:00:09 +0000 |
commit | 5dcf71df9649cf9c7afd26e0fd3772486ab262f6 (patch) | |
tree | 7d229786e167830813ce5ec5ee7c632cdafa1cfd /ospfd/ChangeLog | |
parent | 6f0e3f6e17687eb25b7b77c4fdc8324837d4700f (diff) |
[ospfd] Fix address qualified 'ip ospf auth' commands
2007-05-09 Milan Kocian <milon@wq.cz>
* ospf_vty.c: Fix commands: 'ip ospf authentication A.B.C.D',
'no ip ospf authentication A.B.C.D', 'no ip ospf
authentication-key A.B.C.D'. Simply fix argv's indexes and
argc check in DEFUN functions.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 153b086e..24c3d290 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,10 @@ +2007-05-09 Milan Kocian <milon@wq.cz> + + * ospf_vty.c: Fix commands: 'ip ospf authentication A.B.C.D', + 'no ip ospf authentication A.B.C.D', 'no ip ospf + authentication-key A.B.C.D'. Simply fix argv's indexes and + argc check in DEFUN functions. + 2007-05-07 Paul Jakma <paul.jakma@sun.com> * ospf_spf.c: (ospf_vertex_new) Dont init vertices to infinity, |