diff options
author | paul <paul> | 2006-01-10 20:36:49 +0000 |
---|---|---|
committer | paul <paul> | 2006-01-10 20:36:49 +0000 |
commit | c42c177de3ee3aa50c25b5e957c9ba284f19bf6b (patch) | |
tree | 32414691a47de0aa8980c51a7216dfe2e1f1d878 /ospfd/ChangeLog | |
parent | 867528434d32102b02e2538dcaa7c86aaf47f695 (diff) |
[ospfd] trim redundant strings
2006-01-10 Paul Jakma <paul.jakma@sun.com>
* ospf_vty.c: (config_write_ospf_distribute) trim down
redundant strings.
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 9ec52ccd..10a5de6a 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -5,6 +5,8 @@ This was causing ospfd to not start if router-id had not been configured statically. (ospf_if_update) ditto. + * ospf_vty.c: (config_write_ospf_distribute) trim down + redundant strings. 2005-11-26 Paul Jakma <paul.jakma@sun.com> |