Hi,
Is there any reason why, when bringing down a tunnel device, tunclose() from
src/sys/net/if_tun.c only removes routing entries of the AF_INET family? It
seems to be an omission:
There is pretty much the same code in tapclose() from src/sys/net/if_tap.c;
but that one removes all entries, reg
Hello!
On Wed, 12 Jul 2006, Sten Daniel S?rsdal wrote:
In RELENG_4, RealTek 8129/8139 driver rl(4) doesn't claim VLAN support
(when I assign vlandev rl0, my vlan device initially gets mtu 1496). In
modern (e.g. RELENG_6) systems if_rl claims native VLAN support. I've
tried setting 'ifconfig v
Dmitry Pryanishnikov wrote:
>
> Hello!
>
> In RELENG_4, RealTek 8129/8139 driver rl(4) doesn't claim VLAN support
> (when I assign vlandev rl0, my vlan device initially gets mtu 1496). In
> modern (e.g. RELENG_6) systems if_rl claims native VLAN support. I've
> tried setting 'ifconfig vlan0 mtu
Try:
ipfw add 00100 count ip from not {10.20.0.0/16,10.30.0.0/16} to any via em0
in
Gilberto
2006/7/10, Ensel Sharon <[EMAIL PROTECTED]>:
I can't seem to get ipfw to handle a rule like this:
ipfw add 00100 count ip from any not { 10.20.0.0/16 or 10.30.0.0/16 } to
any via em0 in
The error
Hello,
a few days ago I've sent a message about a problem running CARP and XORP
together on the same machine. Thanks a hint from Pavlin Radoslavov now
I know the problem is not in Xorp but conflict between CARP implementation
and mutlicast routing.
Description of problem:
After multicast rou