diff options
author | Denis Ovsienko <linux@pilot.org.ua> | 2008-02-26 14:02:24 +0000 |
---|---|---|
committer | Denis Ovsienko <linux@pilot.org.ua> | 2008-02-26 14:02:24 +0000 |
commit | 20e5ff0a8893ffad6d31739d68d224931c4a7992 (patch) | |
tree | 8ecd9184d2d7268e0fc51bcd612790301780efda /zebra/ChangeLog | |
parent | dea04441fb51f74dc25f6ab4bd756b4159d961b6 (diff) |
+ fix bug#326 by rib_lookup_and_pushup()
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 0aabc3c2..d9cae283 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,9 @@ +2008-02-26 Denis Ovsienko + * zebra_rib.[ch]: (rib_lookup_and_pushup) New function, which makes sure, + that if_set_prefix() has nothing in its way of assigning an address. + * ioctl.c: (if_set_prefix) Use rib_lookup_and_pushup() to resolve + bug #326. + 2008-01-11 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * ioctl.c: If HAVE_BSD_LINK_DETECT is defined, include <net/if_media.h> |