X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fnetwork%2Fnetworkd-fdb.c;h=b6b8327b23fdcff3d0b0743bcd6150883213fc75;hp=78488c9d2531979ef5c32bf195d6baff3a6ec187;hb=2eec67acbb00593e414549a7e5b35eb7dd776b1b;hpb=ea6ec096db5f9f3562b9bbf438da7fe21411c74d diff --git a/src/network/networkd-fdb.c b/src/network/networkd-fdb.c index 78488c9d2..b6b8327b2 100644 --- a/src/network/networkd-fdb.c +++ b/src/network/networkd-fdb.c @@ -19,16 +19,11 @@ along with systemd; If not, see . ***/ -#include #include #include #include "networkd.h" -#include "networkd-netdev.h" #include "networkd-link.h" -#include "network-internal.h" -#include "path-util.h" -#include "conf-files.h" #include "conf-parser.h" #include "util.h" @@ -99,8 +94,7 @@ static int set_fdb_handler(sd_rtnl *rtnl, sd_rtnl_message *m, void *userdata) { } /* send a request to the kernel to add a FDB entry in its static MAC table. */ -int fdb_entry_configure(Link *link, - FdbEntry *const fdb_entry) { +int fdb_entry_configure(Link *const link, FdbEntry *const fdb_entry) { _cleanup_rtnl_message_unref_ sd_rtnl_message *req = NULL; sd_rtnl *rtnl; int r;