From a9756cfd49b169e93afe70415ce9155ebf4e5ffa Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 7 Sep 2019 14:18:23 +0200 Subject: bridge: bonding: minor comment cleanup --- src/conf_mode/interface-bonding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf_mode/interface-bonding.py') diff --git a/src/conf_mode/interface-bonding.py b/src/conf_mode/interface-bonding.py index bce8f98fb..cd4c447ac 100755 --- a/src/conf_mode/interface-bonding.py +++ b/src/conf_mode/interface-bonding.py @@ -142,7 +142,7 @@ def get_config(): bond['address'] = conf.return_values('address') # get interface addresses (currently effective) - to determine which - # address is no longer valid and needs to be removed from the bond + # address is no longer valid and needs to be removed eff_addr = conf.return_effective_values('address') bond['address_remove'] = list_diff(eff_addr, bond['address']) -- cgit v1.2.3