1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

sonar: addons: addressvirtual: Replace this formatting argument with a tuple

Signed-off-by: Julien Fortin <jfortin@nvidia.com>
This commit is contained in:
Julien Fortin
2022-04-26 12:09:24 +02:00
parent 2f72e99a4d
commit d3796ff12d

View File

@ -397,7 +397,7 @@ class addressvirtual(AddonWithIpBlackList, moduleBase):
self.read_file_oneline("/proc/sys/net/ipv4/conf/%s/forwarding" % ifname)
)
except Exception as e:
self.logger.info("%s: syncing macvlan forwarding with lower device forwarding state failed: %s" % str(e))
self.logger.info("%s: syncing macvlan forwarding with lower device forwarding state failed: %s" % (ifname, str(e)))
def create_macvlan_and_apply_config(self, ifaceobj, intf_config_list, vrrp=False):