diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2006-06-29 20:20:52 +0000 |
---|---|---|
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2006-06-29 20:20:52 +0000 |
commit | d7e60dd7a9f0213aaa82d256a78ab74887946e53 (patch) | |
tree | 2e3488591d1ac48d10ddca05fa4cd68e3611f583 /ospfd/ChangeLog | |
parent | 5f41e90e49b8ced6b5adac3933736067d2b24584 (diff) |
[ospfd] Implement new ospf router subcommand "log-adjacency-changes [detail]"
2006-06-28 Erik Muller <erikm@internap.com>
* ospfd.h: Define 2 new struct ospf config flags:
OSPF_LOG_ADJACENCY_CHANGES and OSPF_LOG_ADJACENCY_DETAIL
* ospf_nsm.c (nsm_change_state): Log adjacency changes if
requested.
* ospf_vty.c (ospf_log_adjacency_changes): New command function
to implement ospf subcommand "log-adjacency-changes [detail]".
(no_ospf_log_adjacency_changes) Turn off log-adjacency-changes.
(show_ip_ospf) Show whether adjacency changes are logged.
(ospf_config_write) Add "log-adjacency-changes [detail]" to config.
(ospf_vty_init) Add ospf_log_adjacency_changes and
no_ospf_log_adjacency_changes.
* ospfd.texi: Document new ospf router subcommand
"log-adjacency-changes [detail]".
Diffstat (limited to 'ospfd/ChangeLog')
-rw-r--r-- | ospfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ospfd/ChangeLog b/ospfd/ChangeLog index 4c8fb66f..f045c1d1 100644 --- a/ospfd/ChangeLog +++ b/ospfd/ChangeLog @@ -1,3 +1,17 @@ +2006-06-28 Erik Muller <erikm@internap.com> + + * ospfd.h: Define 2 new struct ospf config flags: + OSPF_LOG_ADJACENCY_CHANGES and OSPF_LOG_ADJACENCY_DETAIL + * ospf_nsm.c (nsm_change_state): Log adjacency changes if + requested. + * ospf_vty.c (ospf_log_adjacency_changes): New command function + to implement ospf subcommand "log-adjacency-changes [detail]". + (no_ospf_log_adjacency_changes) Turn off log-adjacency-changes. + (show_ip_ospf) Show whether adjacency changes are logged. + (ospf_config_write) Add "log-adjacency-changes [detail]" to config. + (ospf_vty_init) Add ospf_log_adjacency_changes and + no_ospf_log_adjacency_changes. + 2006-06-26 Paul Jakma <paul.jakma@sun.com> * ospf_abr.c: (general) NSSA translate-candidate ABRs need to |