commit | 7b6ae028f96b8a894d56b46dd9e2206bf996c781 | [log] [tgz] |
---|---|---|
author | hasso <hasso> | Fri Jun 24 08:17:51 2005 +0000 |
committer | hasso <hasso> | Fri Jun 24 08:17:51 2005 +0000 |
tree | 7a00dd9710b71b9a037415c9bbac5975ad1e8d56 | |
parent | 3e834b122b982d459e7a273c049a07050794e46a [diff] |
* ospf6_message.c: Changed to be insensitive to changes of neighbors' IP source address in the OSPF packets. It was sometimes problematic in actual operation (needed some operational cost: restarting all-neighbor routers when I/F NIC was changed). Due to this change, a previously safe case, attaching multiple interface to the same link will now be dengerous and will not work. Remedy to that should be applied later. [port from GNU Zebra]