diff options
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2008-01-08 20:12:46 +0000 |
---|---|---|
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | 2008-01-08 20:12:46 +0000 |
commit | 3f087670efa606021cde2f6a9615ac7e07aec2a5 (patch) | |
tree | c2d884aa51da1a95614380c813900e6f18a85c60 /zebra/ChangeLog | |
parent | 912df1e8ab61962c29eb4faff17a7d75c4905b84 (diff) |
[link-detect] Static interface routes should behave properly with link-detect.
2008-01-08 Michael Larson <mike@vyatta.com>
* zebra_rib.c: (nexthop_active_check) Replace if_is_up with
if_is_operative to solve problems with static interface
routes not behaving properly with link-detect.
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 3ce7b9ea..3457c785 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,9 @@ +2008-01-08 Michael Larson <mike@vyatta.com> + + * zebra_rib.c: (nexthop_active_check) Replace if_is_up with + if_is_operative to solve problems with static interface + routes not behaving properly with link-detect. + 2007-11-12 Denis Ovsienko * connected.c: (connected_up_ipv4, connected_down_ipv4, |