diff options
author | Maria Matejka <mq@ucw.cz> | 2019-07-15 16:07:16 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2019-07-15 16:07:16 +0200 |
commit | 8263690e754a83b8f3c58bd0080a1628d6cba556 (patch) | |
tree | 9c0503f0a166b72f018ae3c2e0de0e91d089a62a /proto/ospf/ospf.c | |
parent | efd7c87b5bcd476ba74ffe9f369e2f6fe978cbb1 (diff) | |
parent | 1aec7112f7314c3e9a4d8b9440dd85a782295310 (diff) |
Merge remote-tracking branch 'origin/master' into mq-filter-stack
Diffstat (limited to 'proto/ospf/ospf.c')
-rw-r--r-- | proto/ospf/ospf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto/ospf/ospf.c b/proto/ospf/ospf.c index 510058eb..ef627e20 100644 --- a/proto/ospf/ospf.c +++ b/proto/ospf/ospf.c @@ -146,7 +146,7 @@ static inline uint ospf_opts(struct ospf_proto *p) { if (ospf_is_v2(p)) - return 0; + return OPT_O; return ((ospf_is_ip6(p) && !p->af_mc) ? OPT_V6 : 0) | (!p->stub_router ? OPT_R : 0) | (p->af_ext ? OPT_AF : 0); |