diff options
author | Ondrej Filip <feela@network.cz> | 2004-07-13 13:58:50 +0200 |
---|---|---|
committer | Ondrej Filip <feela@network.cz> | 2004-07-13 13:58:50 +0200 |
commit | 621ccdfe5acd2889956ec0f8e96b812acd09f168 (patch) | |
tree | 61b4973caa5de3ca4197ca3b92c08759560ec787 /proto/ospf/iface.c | |
parent | 9baece57d308d9e0d8eaab9d068471e1884817b8 (diff) | |
download | bird-621ccdfe5acd2889956ec0f8e96b812acd09f168.tar bird-621ccdfe5acd2889956ec0f8e96b812acd09f168.zip |
Bugfix - options bits were not included in LSAs
Bugfix - E bit was not unset on stub areas.
Diffstat (limited to 'proto/ospf/iface.c')
-rw-r--r-- | proto/ospf/iface.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proto/ospf/iface.c b/proto/ospf/iface.c index 054ea7c..25d3441 100644 --- a/proto/ospf/iface.c +++ b/proto/ospf/iface.c @@ -374,7 +374,6 @@ ospf_iface_new(struct proto_ospf *po, struct iface *iface, struct ospf_area_conf ifa->stub = ip->stub; ifa->autype = ip->autype; ifa->passwords = ip->passwords; - ifa->options = 2; /* FIXME what options? */ if (ip->type == OSPF_IT_UNDEF) ifa->type = ospf_iface_clasify(ifa->iface); |