This patch fixes a typo in network/networkd-netdev-veth.c.
Signed-off-by: Rami Rosen <[email protected]>
---
src/network/networkd-netdev-veth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/network/networkd-netdev-veth.c
b/src/network/networkd-netdev-veth.c
index da09ef9..ca2bb07 100644
--- a/src/network/networkd-netdev-veth.c
+++ b/src/network/networkd-netdev-veth.c
@@ -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;
}
--
1.9.0
_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel