]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: Use NLM_F_ACK on the netlink message to add a neighbor.
authorYmrDtnJu <YmrDtnJu@users.noreply.github.com>
Sun, 19 Jul 2020 15:04:46 +0000 (17:04 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 20 Jul 2020 02:30:35 +0000 (11:30 +0900)
commita9c9b18a95486301ee9a1b6b7175cebd792fac89
treee0ab226f1c8d3404b3a2ef2d0b3cdcf826bb34a9
parentd3f45d130e21b8edf37db34e333b76bb001e918b
networkd: Use NLM_F_ACK on the netlink message to add a neighbor.

sd_netlink_message_set_flags is called without NLM_F_ACK which results in
a timeout while networkd is waiting for an ACK that the kernel will never send.
src/network/networkd-neighbor.c