Merge "ignore ip6gre when setting up interfaces"

This commit is contained in:
Zuul 2018-09-25 06:48:08 +00:00 committed by Gerrit Code Review
commit 259e125a8c
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ def get_sys_interfaces(interface, args):
sys_root = os.path.join(args.root, 'sys/class/net')
ignored_interfaces = ('sit', 'tunl', 'bonding_master', 'teql',
'ip6_vti', 'ip6tnl', 'bond', 'lo')
'ip6gre', 'ip6_vti', 'ip6tnl', 'bond', 'lo')
sys_interfaces = {}
if interface is not None:
log.debug("Only considering interface %s from arguments" % interface)