Package: ifupdown
Version: 0.8.25
Severity: normal

Dear Maintainer,

With the attached /etc/network/interfaces file, ifquery reports 
only ipv6 configuration for each interface.  I expect it to show both 
ipv4 and ipv6 info --- the same interface has two address classes.

-- Package-specific info:
--- /etc/network/interfaces:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
#allow-hotplug eth0

auto eth0
iface eth0 inet6 static
        address 2402:1800:4000:1::1:84
        netmask 64
        accept_ra 0
        post-up ip -6 route add 2402:1800:4000:3::/64 via 2402:1800:4000:1::1 
dev ${IFACE}

iface eth0 inet static
        address 10.13.1.84
        netmask 255.255.252.0
        post-up ip route add 221.199.209.0/25 via 10.13.0.1 dev ${IFACE}

auto eth1
iface eth1 inet6 static
        address 2405:b000:a00:200::98:12
        netmask 64
        accept_ra 0
        gw 2405:b000:a00:200::98:1
        post-up ip -6 route add 2405:b000:a00:200::/64 dev eth1 table external
        post-up ip -6 rule add from 2405:b000:a00:200::98:12 table external
        post-up ip -6 route add 2402:1800:4000:3::/64 via 
2405:b000:a00:200::98:1 dev $IFACE table external
        post-up ip -6 route add default via 2405:b000:a00:200::98:1 dev $IFACE 
table external

iface eth1 inet static
        address 150.229.98.12
        netmask 255.255.255.0
        gw 150.229.98.1


--- up and down scripts installed:
/etc/network/if-down.d:
total 4
-rwxr-xr-x 1 root root 332 Mar 14  2013 upstart

/etc/network/if-post-down.d:
total 0

/etc/network/if-pre-up.d:
total 0

/etc/network/if-up.d:
total 20
-rwxr-xr-x 1 root root 4958 Feb 13  2017 mountnfs
-rwxr-xr-x 1 root root  900 May  8 07:04 ntpdate
-rwxr-xr-x 1 root root  972 Jun 18 10:08 openssh-server
-rwxr-xr-x 1 root root 1483 Mar 14  2013 upstart


-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 4.9.0-3-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_AU:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages ifupdown depends on:
ii  adduser              3.115
ii  init-system-helpers  1.48
ii  iproute2             4.9.0-1
ii  libc6                2.24-11+deb9u1
ii  lsb-base             9.20161125

Versions of packages ifupdown recommends:
ii  isc-dhcp-client [dhcp-client]  4.3.5-3

Versions of packages ifupdown suggests:
pn  ppp     <none>
pn  rdnssd  <none>

-- no debconf information

-- 
Dr Peter Chubb         Tel: +61 2 9490 5852      http://ts.data61.csiro.au/
Trustworthy Systems Group                           Data61 (formerly NICTA)

Reply via email to