]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: use BPF on Linux/PF_PACKET
authorDavid Lamparter <equinox@opensourcerouting.org>
Mon, 14 Nov 2016 23:26:56 +0000 (08:26 +0900)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 15 Nov 2016 08:51:16 +0000 (17:51 +0900)
commit4fa80053a3feee6cce264193f7fa234c880365db
tree5af083e965b07318e1ff1863a00d76b865bc1d23
parent095f8fae6476a1a184eafd7ed4c115324b131d99
isisd: use BPF on Linux/PF_PACKET

we *really* don't want to receive every single packet (of any protocol
type) coming in on an IS-IS enabled interface.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
isisd/isis_pfpacket.c