ignore ip6gre when setting up interfaces

Change-Id: I1363ee1db18cc77ec7886ee9141a65ff76de38e9
This commit is contained in:
Matthew Thode 2017-08-14 01:15:40 -05:00
parent ac8458dac8
commit dfc3b101ec
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 1 deletions

View File

@ -1179,7 +1179,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)