summaryrefslogtreecommitdiffstats
path: root/src/libsystemd-network
diff options
context:
space:
mode:
authorLuca Boccassi <bluca@debian.org>2024-08-20 11:59:30 +0200
committerGitHub <noreply@github.com>2024-08-20 11:59:30 +0200
commita16079fccc390d58452776cde5e73fe9cc594d6b (patch)
tree890f118a41ef2fadde8936b8c02ee207d3deb2af /src/libsystemd-network
parentMerge pull request #34021 from yuwata/network-routing-policy-rule (diff)
parenttest: add test case that 'nspawn --network-veth' enables IP forwarding (diff)
downloadsystemd-a16079fccc390d58452776cde5e73fe9cc594d6b.tar.xz
systemd-a16079fccc390d58452776cde5e73fe9cc594d6b.zip
Merge pull request #34014 from yuwata/network-ip-masquerade
network: make IPMasquerade= imply global IP forwarding settings again
Diffstat (limited to 'src/libsystemd-network')
-rw-r--r--src/libsystemd-network/sd-lldp-tx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-network/sd-lldp-tx.c b/src/libsystemd-network/sd-lldp-tx.c
index 2b822af01a..01c476ecde 100644
--- a/src/libsystemd-network/sd-lldp-tx.c
+++ b/src/libsystemd-network/sd-lldp-tx.c
@@ -590,6 +590,7 @@ int sd_lldp_tx_stop(sd_lldp_tx *lldp_tx) {
return 1;
}
+
int sd_lldp_tx_start(sd_lldp_tx *lldp_tx) {
usec_t delay;
int r;