Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 10:09:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 236102] When create or destroy vlan, the physical interface is flapping
Message-ID:  <bug-236102-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236102

            Bug ID: 236102
           Summary: When create or destroy vlan, the physical interface is
                    flapping
           Product: Base System
           Version: 12.0-STABLE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: pautina@kharkiv.net

I add some configuretion on rc.conf

[root@nas1 /home]# cat /etc/rc.conf |egrep "vlan111|ix0"
cloned_interfaces=3D"vlan111 vlan780"
#ifconfig_ix0=3D"up -tso4 -tso6 -lro -vlanhwtso description
-=3DINTERFACE-TO-HERMES=3D-"
ifconfig_ix0=3D"up -tso4 -tso6 -lro -vlanhwtso description
-=3DINTERFACE-TO-HERMES=3D-"
ifconfig_vlan111=3D"inet 192.168.0.8 netmask 255.255.255.224 vlan 111 vland=
ev ix0
description -=3DNAS-WORLD=3D-"
[root@nas1 /home]#

then do some commands:

ifconfig vlan111 create

Feb 28 12:05:34 nas1 kernel: ix0: link state changed to DOWN
Feb 28 12:05:34 nas1 kernel: vlan111: link state changed to DOWN
Feb 28 12:05:35 nas1 ntpd[1049]: Listen normally on 8 vlan111 192.168.0.8:1=
23
Feb 28 12:05:36 nas1 kernel: ix0: link state changed to UP
Feb 28 12:05:36 nas1 kernel: vlan111: link state changed to UP

after this physical interface is flapping
when I doo:

ifconfig vlan111 destroy
physical interface also is flapping

Feb 28 12:05:57 nas1 kernel: ix0: link state changed to DOWN
Feb 28 12:05:58 nas1 ntpd[1049]: Deleting interface #8 vlan111,
192.168.0.8#123, interface stats: received=3D0, sent=3D0, dropped=3D0, acti=
ve_time=3D23
secs
Feb 28 12:06:00 nas1 kernel: ix0: link state changed to UP

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236102-227>