]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-ipv4ll: filter out unwanted ARP packets in the kernel
authorTom Gundersen <teg@jklm.no>
Tue, 18 Aug 2015 13:37:43 +0000 (15:37 +0200)
committerTom Gundersen <teg@jklm.no>
Fri, 18 Sep 2015 13:14:42 +0000 (15:14 +0200)
commit996d16975b4d802335188a3be2bbc3635c1287f3
tree56a357205a2504f7e2995949909b960445565f1d
parent2b2eac39e889bdbcc6cbf44443f7682b3ac502f7
sd-ipv4ll: filter out unwanted ARP packets in the kernel

We currently process every ARP packet, but we should only care about the ones
relating to our IP address.

Also rename ipv4ll helpers to apr-utils.[ch], and rework the helpers a bit.
Makefile.am
src/libsystemd-network/arp-util.c [new file with mode: 0644]
src/libsystemd-network/arp-util.h [moved from src/libsystemd-network/ipv4ll-internal.h with 59% similarity]
src/libsystemd-network/ipv4ll-network.c [deleted file]
src/libsystemd-network/ipv4ll-packet.c [deleted file]
src/libsystemd-network/sd-ipv4ll.c
src/libsystemd-network/test-ipv4ll.c