Re: walking (and cleaning) the routing table on mask change?
- From: Bakul Shah <bakul@xxxxxxxxxxxxx>
- Date: Tue, 22 May 2007 10:07:03 -0700
what do you think about cleaning the routing table on mask change?
I think it would be far easier and more correct to not allow
just the mask change (which is never really needed).
$ ifconfig tap0 10.1.1.0/24
$ netstat -nr | grep tap0
10.1.1.0/24 link#6 UC 0 0 tap0
$ ifconfig tap0 10.1.1.0/26
$ netstat -nr | grep tap0
10.1.1.0/26 link#6 UC 0 0 tap0
_______________________________________________
freebsd-net@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscribe@xxxxxxxxxxx"
- References:
- walking (and cleaning) the routing table on mask change?
- From: Gleb Smirnoff
- walking (and cleaning) the routing table on mask change?
- Prev by Date: Re: Is em endian-clean?
- Next by Date: Re: Is em endian-clean?
- Previous by thread: walking (and cleaning) the routing table on mask change?
- Index(es):