usagi CHANGELOG.USAGI usagi/kernel/linux26/net/ipv6 addrconf.c
[email protected] Fri, 4 Feb 2005 12:50:01 +0900
| Newsgroups | gmane.linux.ipv6.usagi.cvs |
|---|---|
| Message-ID | <[email protected]> |
yoshfuji 2005/02/04 12:45:41 JST
Modified files:
. CHANGELOG.USAGI
kernel/linux26/net/ipv6 addrconf.c
Log:
* kernel/linux26/net/ipv6/addrconf.c: try to delete
prefix route for permanent address on deletion
(CONFIG_IPV6_DELPREFIX). This is experimental.
When an address is being configured manually, kernel
automatically append a prefix route for the address.
On the other hand, kernel won't delete it when the address
is being deleted.
It is not a problem on prefix for auto-configured address,
but this probably is confusing on prefix for manual addresses.
(Note: prefix route for auto-configured address is managed
by its timer.)
With this option, delete prefix route if there's no address
on the device. In addition, if all the other address are
auto-configured address, we change it to dynamic
prefix route.
Revision Changes Path
1.932 +21 -1 usagi/CHANGELOG.USAGI
1.89 +48 -0 usagi/kernel/linux26/net/ipv6/addrconf.c