diff options
author | paul <paul> | 2005-06-02 08:20:53 +0000 |
---|---|---|
committer | paul <paul> | 2005-06-02 08:20:53 +0000 |
commit | 7755a8c28388f7583c184fc1dcdd6225d75553bf (patch) | |
tree | 522039e13af4a901525438e007130f3583f6a214 /ripd/ChangeLog | |
parent | 7e440869b51dde1da44f6ffc26643838a1e2b36d (diff) |
2005-06-01 Paul Jakma <paul.jakma@sun.com>
* rip_interface.c: Fix authentication, no-auth impossible to specify
(rip_interface_new) default to RIP_NO_AUTH
(rip_interface_reset) ditto
(rip_interface_config_write) write out config for simple
Diffstat (limited to 'ripd/ChangeLog')
-rw-r--r-- | ripd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ripd/ChangeLog b/ripd/ChangeLog index 0aa1f24b..5d2c1644 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,3 +1,10 @@ +2005-06-01 Paul Jakma <paul.jakma@sun.com> + + * rip_interface.c: Fix authentication, no-auth impossible to specify + (rip_interface_new) default to RIP_NO_AUTH + (rip_interface_reset) ditto + (rip_interface_config_write) write out config for simple + 2005-05-29 Paul Jakma <paul@dishone.st> * ripd.c: (rip_output_process) fix error which crept in my |