** Changed in: net-tools (Ubuntu)
       Status: Confirmed => Fix Released

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

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

Status in net-tools package in Ubuntu:
  Fix Released

Bug description:
  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

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to