diff options
author | Ondrej Filip <feela@network.cz> | 2004-06-26 22:15:34 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-06-26 22:15:34 +0200 |
commit | 3e2bd0f17aab3d2bd460d5f7aef4d3bc152ea1ab (patch) | |
tree | e6be2d6e0af3d2b67fccf4eca6516e3c6a1a1e92 /proto/ospf/ospf.c | |
parent | 5236fb03afecd3d7a6ec6e96712c79a31be32132 (diff) | |
download | bird-3e2bd0f17aab3d2bd460d5f7aef4d3bc152ea1ab.tar bird-3e2bd0f17aab3d2bd460d5f7aef4d3bc152ea1ab.zip |
Md5 authentification added (unsested).
Packet receiving clean up.
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index a1049e1..d948d65 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -675,12 +675,7 @@ ospf_reconfigure(struct proto *p, struct proto_config *c) "Changing authentication type on interface %s", ifa->iface->name); } - if (strncmp(ip1->password, ip2->password, 8) != 0) - { - memcpy(ifa->aukey, ip2->password, 8); - OSPF_TRACE(D_EVENTS, - "Changing password on interface %s", ifa->iface->name); - } + /* FIXME Add *passwords */ /* RXMT */ if (ip1->rxmtint != ip2->rxmtint) |