diff options
author | hasso <hasso> | 2005-05-26 06:26:40 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-05-26 06:26:40 +0000 |
commit | dc625e86063125f8ecaaa1502c3cf53f44d76eff (patch) | |
tree | 243a52620109d888335b26cf8fdf98052b62e801 /ripd/ChangeLog | |
parent | cf96db1cef3e039f3a87c0bc36206b882e804949 (diff) |
* rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use sender
address as nexthop in routemap.
Fixes bugzilla #186. [backport candidate]
Diffstat (limited to 'ripd/ChangeLog')
-rw-r--r-- | ripd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ripd/ChangeLog b/ripd/ChangeLog index 9e787d07..bd487f64 100644 --- a/ripd/ChangeLog +++ b/ripd/ChangeLog @@ -1,5 +1,10 @@ 2005-05-26 Hasso Tepper <hasso at quagga.net> + * rip_routemap.c: In case of '0.0.0.0' used as 'nexthop', use sender + address as nexthop in routemap. + +2005-05-26 Hasso Tepper <hasso at quagga.net> + * rip_routemap.c: Make "match interface" routemap command match both - in and out interfaces. |