diff options
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index e69afbc..64bfcdc 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -164,6 +164,7 @@ ospf_init(struct proto_config *c) p->rte_same = ospf_rte_same; po->rfc1583=oc->rfc1583; + po->ebit=0; return p; } |