https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207831
--- Comment #11 from Olivier Cochard <[email protected]> --- Because I didn't reach to break my OpenVPN (using the default openvpn topology), I've tried with your manual way of reproducing the problem. On a 10.3-RELEASE-p2: [[email protected]]~# ifconfig tun0 create [[email protected]]~# ifconfig tun0 192.168.170.1 192.168.170.2 mtu 1500 netmask 255.255.255.0 up [[email protected]]~# route add -net 192.168.170.0 192.168.170.1 255.255.255.0 add net 192.168.170.0: gateway 192.168.170.1 fib 0 [root@hp]~# ifconfig tun0 inet tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1500 options=80000<LINKSTATE> inet 192.168.170.1 --> 192.168.170.2 netmask 0xffffff00 [[email protected]]~# netstat -rnf inet | grep -e Destination -e 192.168.170 Destination Gateway Flags Netif Expire 192.168.170.0/24 192.168.170.1 UGS tun0 192.168.170.1 link#15 UHS lo0 192.168.170.2 link#15 UH tun0 On a 11.0-ALPHA1 r301229: [root@11-alpha1]~#ifconfig tun0 create [root@11-alpha1]~#ifconfig tun0 192.168.170.1 192.168.170.2 mtu 1500 netmask 255.255.255.0 up [root@11-alpha1]~#route add -net 192.168.170.0 192.168.170.1 255.255.255.0 [root@11-alpha1]~# ifconfig tun0 inet tun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1500 options=80000<LINKSTATE> inet 192.168.170.1 --> 192.168.170.2 netmask 0xffffff00 [root@11-alpha1]~# netstat -rnf inet | grep -e Destination -e 192.168.170 Destination Gateway Flags Netif Expire 192.168.170.0/24 192.168.170.1 UGS lo0 192.168.170.1 link#9 UHS lo0 192.168.170.2 link#9 UH tun0 Then I confirm there is a "netif" difference between 10.3 and head. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
