mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
network: fix typo
IFLA_IPTUN_LINK -> VETH_INFO_PEER
This commit is contained in:
committed by
David Herrmann
parent
599b6322f1
commit
ed7fb9cb23
@@ -39,7 +39,7 @@ static int netdev_veth_fill_message_create(NetDev *netdev, Link *link, sd_rtnl_m
|
||||
r = sd_rtnl_message_open_container(m, VETH_INFO_PEER);
|
||||
if (r < 0) {
|
||||
log_error_netdev(netdev,
|
||||
"Could not append IFLA_IPTUN_LINK attribute: %s",
|
||||
"Could not append VETH_INFO_PEER attribute: %s",
|
||||
strerror(-r));
|
||||
return r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user