Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Sep 2013 09:01:56 GMT
From:      Pavel <pawel401@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/181800: amd64
Message-ID:  <201309040901.r8491uXV024940@oldred.freebsd.org>
Resent-Message-ID: <201309040910.r849A0Jn021060@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181800
>Category:       misc
>Synopsis:       amd64
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 04 09:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Pavel
>Release:        
>Organization:
>Environment:
>Description:
The problem is that when adding a router to vlan interface with the number 100 is added to the interface 10 when added to the 110 it is added to the 11, if you add to it will add 998 to 99, 4000 if you add it to add 40.

netstat -rn
10.1.1.195/32 00:24:81:7d:9d:2b US 0 0 em2.94
10.1.1.196/32 00:24:81:7d:9d:2b US 0 0 em2.95
10.1.1.197/32 00:24:81:7d:9d:2b US 0 0 em2.96
10.1.1.198/32 00:24:81:7d:9d:2b US 0 0 em2.97
10.1.1.199/32 00:24:81:7d:9d:2b US 0 0 em2.98
10.1.1.200/32 00:24:81:7d:9d:2b US 0 0 em2.99
10.1.1.201/32 00:24:81:7d:9d:2b US 0 0 em2.10
10.1.1.202/32 00:24:81:7d:9d:2b US 0 0 em2.10
10.1.1.203/32 00:24:81:7d:9d:2b US 0 0 em2.10
>How-To-Repeat:
ifconfig em2.94 create inet 10.0.0.1/32 up
ifconfig em2.95 create inet 10.0.0.1/32 up
ifconfig em2.96 create inet 10.0.0.1/32 up
ifconfig em2.97 create inet 10.0.0.1/32 up
ifconfig em2.98 create inet 10.0.0.1/32 up
ifconfig em2.99 create inet 10.0.0.1/32 up
ifconfig em2.100 create inet 10.0.0.1/32 up
ifconfig em2.101 create inet 10.0.0.1/32 up
ifconfig em2.102 create inet 10.0.0.1/32 up

route delete 10.0.0.1/32

route add -host 10.1.1.195 -iface em2.94
route add -host 10.1.1.196 -iface em2.95
route add -host 10.1.1.197 -iface em2.96
route add -host 10.1.1.198 -iface em2.97
route add -host 10.1.1.199 -iface em2.98
route add -host 10.1.1.200 -iface em2.99
route add -host 10.1.1.201 -iface em2.100
route add -host 10.1.1.202 -iface em2.101
route add -host 10.1.1.203 -iface em2.102
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



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