[if_tun] Could tunclose remove all kind of routing infos?

2006-07-11 Thread Remi Denis-Courmont
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

Re: if_rl VLAN support in RELENG_4

2006-07-11 Thread Dmitry Pryanishnikov
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

Re: if_rl VLAN support in RELENG_4

2006-07-11 Thread Sten Daniel Sørsdal
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

Re: counting (not) blocks of IPs in ipfw - please help

2006-07-11 Thread Gilberto Villani Brito
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

Conflict between CARP and multicast routing on FreeBSD 6.1

2006-07-11 Thread Bohuslav Plucinsky
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