[Bug 214345] Periodic vlan ID display truncated in daily email

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 9 06:53:22 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=214345

            Bug ID: 214345
           Summary: Periodic vlan ID display truncated in daily email
           Product: Base System
           Version: 11.0-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: freebsd at haraschak.com
                CC: freebsd-amd64 at FreeBSD.org
                CC: freebsd-amd64 at FreeBSD.org

Daily Periodic run output is displaying a list of network interface statistics
but for VLANs configured with IDs containing two digits, the second digit is
not displayed.

Example output (removed packet stats). The actual VLAN IDs are 11, 12, 13,
etc...

---Snip---
Network interface status:
Name    Mtu Network       Address
msk0   1500 <Link#1>      00:00:MASKED:00:00
msk0      - 192.168.1.16  backup.domain.
msk1   1500 <Link#2>      00:00:MASKED:00:00
msk2   1500 <Link#3>      00:00:MASKED:00:00
msk3   1500 <Link#4>      00:00:MASKED:00:00
lo0   16384 <Link#5>
lo0       - localhost     ::1
vlan1  1500 <Link#6>      00:00:MASKED:00:00
vlan1     - 192.168.1.20  192.168.1.22
vlan1  1500 <Link#7>      00:00:MASKED:00:00
vlan1     - 192.168.1.28  192.168.1.30
vlan1  1500 <Link#8>      00:00:MASKED:00:00
vlan1     - 192.168.1.32  192.168.1.34
vlan1  1500 <Link#9>      00:00:MASKED:00:00
vlan1     - 192.168.1.36  192.168.1.38
vlan1  1500 <Link#10>     00:00:MASKED:00:00
vlan1     - 192.168.1.42  192.168.1.46
vlan1  1500 <Link#11>     00:00:MASKED:00:00
---Snip---

Steps to reproduce:
1. Create vlan in rc.conf:
  cloned_interfaces="vlan12 vlan13 vlan14 vlan15 vlan16 vlan17 vlan18"
  ifconfig_msk2=up
  ifconfig_vlan12="vlan 12 vlandev msk2"
  ifconfig_vlan12="vlan 13 vlandev msk2"
  ifconfig_vlan12="vlan 14 vlandev msk2"
  ...
2. Reboot.
3. Run /etc/periodic/daily/420.status-network manually or wait until daily
email is generated.

Expected results:
Full VLAN interface name is displayed.

Notes:
First noticed this on 10.1-RELEASE but just tested on 11.0-RELEASE and bug is
still present.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list