Actually, I thought the change which moved the VLAN tag out of the mbuf
tag pool and into the mbuf packet header had also been MFCed. It has not.
As CURRENT is the branch normally used for feature development it is
probably best I don't MFC this unless the VLAN tag change is MFCed also.
There
On Sat, 2007-04-21 at 03:36 +0400, Yar Tikhiy wrote:
> >
> > Disconnecting: Corrupted MAC on input.
> >
>
> That looks like data corruption happening when TCP segments and/or
> IP packets become relatively large, i.e., approach or reach the mtu
> limit.
The reply looks disturbing from
Hi folks!
This won't be exactly bsd specific topic but I saw others posted about
vpnc so I think some of you have a clue about cisco devices and ios ;)
I have a small problem with the ezvpn connector itself not with the
connection because that's establish perfectly.
So I have a cisco vpn rou
On CURRENT, each time I stop/start vpnc a new tun device is created.
Since I restart vpnc every time I re-connect to the network, my ifconfig
output fills up with tun devices.
On 6.2-RELEASE the tun0 device is reused each time I run vpnc.
Reverting to src/sys/net/if_tun.c rev 1.162 shows the old