diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2019-12-05 10:36:54 +0100 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2020-01-13 11:33:54 +0100 |
commit | 2e21fbc1fea0db4188ae4170e2113e5babeb215d (patch) | |
tree | 5f5778860de9e82edafb00126ab74c50e39b921f /src/devices/nm-device-bond.c | |
parent | 583f5f35026e74ab6e06cb8ddec686418a7c9ddd (diff) | |
download | NetworkManager-bg/vrf.tar.gz |
core,libnm: add VRF supportbg/vrf
Add VRF support to the daemon. When the device we are activating is a
VRF or a VRF's slave, put routes in the table specified by the VRF
connection.
Also, introduce a VRF device type in libnm.
Diffstat (limited to 'src/devices/nm-device-bond.c')
-rw-r--r-- | src/devices/nm-device-bond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-bond.c b/src/devices/nm-device-bond.c index c6ecb2e85f..08a288601e 100644 --- a/src/devices/nm-device-bond.c +++ b/src/devices/nm-device-bond.c @@ -414,7 +414,7 @@ release_slave (NMDevice *device, ifindex_slave = nm_device_get_ip_ifindex (slave); if (ifindex_slave <= 0) - _LOGD (LOGD_TEAM, "bond slave %s is already released", nm_device_get_ip_iface (slave)); + _LOGD (LOGD_BOND, "bond slave %s is already released", nm_device_get_ip_iface (slave)); if (configure) { /* When the last slave is released the bond MAC will be set to a random |