]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/kmod-setup.c
kmod-setup: load ip_tables kmod at boot
authorLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 11:50:56 +0000 (13:50 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 22 Apr 2015 11:50:56 +0000 (13:50 +0200)
commit1d3087978a8ee23107cb64aa55ca97aefe9531e2
tree8959bc3371db3b0c271301c121555dc8140687e4
parenta4b756b1ed4ae9983b9d4df77973679480870c8b
kmod-setup: load ip_tables kmod at boot

The module is currently no auto-loadable (and this is unlikely to change
anytime soon, given it's API is via getsockopt/setsockopt). It is needed
by networkd and nspawn currently.

Users who really don't like the module to be loaded have the option to
blacklist it still, or not compile it at all. But for all others this
should make things work out-of-the-box.
src/core/kmod-setup.c