diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 209787bf1b..7d02b11d20 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -2519,7 +2519,7 @@ PacketLimit= - Specifies the hard lmit on the queue size in number of packets. When this limit is reached, incoming packets are + Specifies the hard limit on the queue size in number of packets. When this limit is reached, incoming packets are dropped. An unsigned integer ranges 0 to 4294967294. Defaults to unset and kernel's default is used. diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index 6cc09235c6..97488243ff 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -149,6 +149,7 @@ def expectedFailureIfAlternativeNameIsNotAvailable(): def f(func): call('ip link add dummy98 type dummy', stderr=subprocess.DEVNULL) rc = call('ip link prop add dev dummy98 altname hogehogehogehogehoge', stderr=subprocess.DEVNULL) + call('ip link del dummy98', stderr=subprocess.DEVNULL) if rc == 0: return func else: