]> git.ipfire.org Git - thirdparty/systemd.git/commit - man/systemd.network.xml
networkd: turn UnicastFlood on by default
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 25 Jul 2015 03:04:57 +0000 (23:04 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 25 Jul 2015 03:44:42 +0000 (23:44 -0400)
commit072f9e4af4cf465aca6e263f4dfd6e07786786d2
treedcab1e8e730988af460f6ff3d3b73805d3feb0f5
parent84c3409631f48869dcb59c0a74eba6d4ac40ad93
networkd: turn UnicastFlood on by default

Looking at the kernel commit, "on" seems to be the default value:
commit 867a59436fc35593ae0e0efcd56cc6d2f8506586
Author: Vlad Yasevich <vyasevic@redhat.com>
Date:   Wed Jun 5 10:08:01 2013 -0400

    bridge: Add a flag to control unicast packet flood.

    Add a flag to control flood of unicast traffic.  By default, flood is
    on and the bridge will flood unicast traffic if it doesn't know
    the destination.  When the flag is turned off, unicast traffic
    without an FDB will not be forwarded to the specified port.

... and it seems to be the reasonable thing to do by default.
man/systemd.network.xml
src/network/networkd-network.c