diff options
Diffstat (limited to 'ip-link-add-menu.py')
-rwxr-xr-x | ip-link-add-menu.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ip-link-add-menu.py b/ip-link-add-menu.py index a39df54..4d04908 100755 --- a/ip-link-add-menu.py +++ b/ip-link-add-menu.py @@ -55,7 +55,6 @@ def create_bridge(): bridge.create() def create_vlan(): - # We need to list the interfaces from the sysfs. choices = [(str(i), '') for i in ipdb.by_name.keys()] code, master = d.menu('Select the master interface to use.', choices=choices) |