mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
network/netdev: fix typo
This commit is contained in:
@@ -18,7 +18,7 @@ static int netdev_vrf_fill_message_create(NetDev *netdev, Link *link, sd_netlink
|
||||
|
||||
r = sd_netlink_message_append_u32(m, IFLA_VRF_TABLE, v->table);
|
||||
if (r < 0)
|
||||
return log_netdev_error_errno(netdev, r, "Could not append IPLA_VRF_TABLE attribute: %m");
|
||||
return log_netdev_error_errno(netdev, r, "Could not append IFLA_VRF_TABLE attribute: %m");
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user