diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-03-09 18:18:27 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2018-03-09 18:18:27 +0100 |
commit | 759bd8222be51f70dad6449addc2b035bd8c98d3 (patch) | |
tree | 75c29abf2292ce59e6f429ca96a7a74e9b3d4299 | |
parent | c10fc793720392a995378b2c1d1f941caa1cbf29 (diff) |
Got rid of now unused comment
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
-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) |