diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-10-31 17:14:35 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-10-31 17:14:35 +0100 |
commit | dd4da6f640fb581cbd7d1ca537bf382558492b8e (patch) | |
tree | 13584e9c9e5f9bd30022563a0257db25f96b74b0 /proto/ospf/ospf.c | |
parent | 8249ad9b304ea88b29e3aea76ebe49bb50348aaa (diff) |
Fixes another bug in OSPFv3 vlinks.
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 5792453d..6654e107 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -232,6 +232,7 @@ ospf_start(struct proto *p) struct ospf_area_config *ac; po->router_id = proto_get_router_id(p->cf); + po->last_vlink_id = 0x80000000; po->rfc1583 = c->rfc1583; po->ebit = 0; po->ecmp = c->ecmp; |