mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 21:51:37 +00:00
network: fix typo
IFLA_IPTUN_LINK -> VETH_INFO_PEER
(cherry picked from commit ed7fb9cb23)
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
5e0ee52aac
commit
995ebb3fe3
@@ -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