diff options
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); |