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:
@ -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):
|
||||
|
||||
|
Reference in New Issue
Block a user