diff options
author | Paul Jakma <paul.jakma@sun.com> | 2008-05-29 18:23:08 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2008-05-29 18:23:08 +0000 |
commit | 768a27ea7ba25257c79689af83ab37945dc1cc3c (patch) | |
tree | d3d9b822a29090a8cfee41b4ae3f74248e5950fa /zebra/ChangeLog | |
parent | 311064ddc5c52f6859cf1e6e8636c19a2e705147 (diff) |
[zebra/linux] Use BPF to filter out responses, to try avoid netlink overruns
2008-05-29 Stephen Hemminger <stephen.hemminger@vyatta.com>
* rt_netlink.c: (netlink_install_filter) BPF filter to catch and
drop responses to zebra's own route messages.
(kernel_init) add BPF filter on the netlink socket.
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 d9cae283..6f6dfa2c 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,9 @@ +2008-05-29 Stephen Hemminger <stephen.hemminger@vyatta.com> + + * rt_netlink.c: (netlink_install_filter) BPF filter to catch and + drop responses to zebra's own route messages. + (kernel_init) add BPF filter on the netlink socket. + 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. |