Public bug reported:

I have noticed a possible regression in ifconfig.  When executing #
ifconfig , only parent network interfaces are output.  ifconfig is
failing to display child/sub interfaces (aka. secondary interfaces.)

Also, running "# ifconfig -a" doesn't display the child/sub-interfaces.
Although the secondary IP is bound to the parent interface, and
functional.  The child/sub-interface IP addresses *can* be properly seen
on eth0 when using iproute, by running "# ip addr", as expected.

The /etc/network/interfaces file specifies two eth0 interfaces and
addresses.  Example:  (lo entry omitted)

auto eth0
iface eth0 inet static
        address 10.10.10.10
        netmask 255.255.255.0
        broadcast 10.10.10.255
        gateway 10.10.10.1

auto eth0:2
iface eth0:2 inet static
        address 10.10.10.11
        netmask 255.255.255.0

-------------------------

I have observed this on two separate Oneiric-servers, v11.10.

::Critical Details::
Ubuntu Server: Oneiric v11.10
Package net-tools version: 1.60-23ubuntu3
Package ifupdown version: 0.7~alpha5.1ubuntu5

** Affects: net-tools (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/921280

Title:
  ifconfig does not display sub-interfaces (aka: eth0:1 )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/921280/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to