USB NICs get too long name for ifupdown aliases or bridge names
Bug #1567744 reported by
Andres Rodriguez
This bug affects 8 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
systemd (Ubuntu) |
Won't Fix
|
Medium
|
Mathieu Trudel-Lapierre |
Bug Description
I have a USB NIC that is connected to my denial system. I tried to create an alias, and after reboot, it wasn't created. When I manually try to bring it up I have the error.
/e/n/i:
auto enx000ec688b79f
iface enx000ec688b79f inet static
address 10.90.90.1
netmask 255.255.255.0
auto enx000ec688b79f:1
iface enx000ec688b79f:1 inet static
address 192.168.100.1
netmask 255.255.255.0
ubuntu@maas00:~$ sudo ifup enx000ec688b79f
ubuntu@maas00:~$ sudo ifup enx000ec688b79f:1
RTNETLINK answers: Numerical result out of range
Failed to bring up enx000ec688b79f:1.
description: | updated |
description: | updated |
Changed in ifupdown (Ubuntu): | |
assignee: | nobody → Mathieu Trudel-Lapierre (cyphermox) |
Changed in ifupdown (Ubuntu): | |
importance: | Undecided → Critical |
Changed in systemd (Ubuntu): | |
status: | Triaged → Won't Fix |
To post a comment you must log in.
Looks like at first glance ifupdown is confused by this naming format together with the subif. I'll try to reproduce here, I do happen to have a USB ethernet dongle that should show this problem.