diff options
author | paul <paul> | 2005-03-12 06:33:14 +0000 |
---|---|---|
committer | paul <paul> | 2005-03-12 06:33:14 +0000 |
commit | c1f01f358d28f2375b1caf239581105c6f1e3537 (patch) | |
tree | b40136dc6bedb76199f40102d0977b4f1005bdef /zebra/ChangeLog | |
parent | 4275b1de3a54650a81f82999c296b756ee5b5679 (diff) |
2005-03-12 Paul Jakma <paul@dishone.st>
* rt_netlink.c: (netlink_route_multipath) dont set equalise flag.
No stock Linux kernel has ever supported it, and even if it had
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 7c121545..cb89d8f5 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,9 @@ +2005-03-12 Paul Jakma <paul@dishone.st> + + * rt_netlink.c: (netlink_route_multipath) dont set equalise flag. + No stock Linux kernel has ever supported it, and even if it had + it's not generally a good idea. + 2005-03-07 Michael Sandee <voidptr@voidptr.sboost.org> * if_proc.c, ipforward_proc.c, rtread_proc.c: Fix fd leaks. |