On Tue, 21 Feb 2017 08:52:26 -0800 Dave Taht via iovisor-dev <[email protected]> wrote:
> I have been trying to swallow the profusion of bpf related materials > for a bit now, and decided to punt and merely ask the questions. > > A) Is it possible to attach a filter to a netlink socket (RTM_NEWROUTE > and RTM_DELROUTE primarily) > Yes, I did this long ago in Quagga to filter the monitor netlink socket so that a routing daemon doesn't have to see its own changes. The BPF program was manually generated,. _______________________________________________ iovisor-dev mailing list [email protected] https://lists.iovisor.org/mailman/listinfo/iovisor-dev
