]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: re-fix default origination check
authorDavid Lamparter <equinox@diac24.net>
Mon, 29 Jul 2019 12:44:26 +0000 (14:44 +0200)
committerDavid Lamparter <equinox@diac24.net>
Mon, 29 Jul 2019 12:58:01 +0000 (14:58 +0200)
commit5353782f9238961cd4b8b37ed6227b83dbc7fdd4
treedf0342e97425030620cab5ad1284d5275c5dd3e5
parentd1ba29e8c40079283caabab0f4850946297b7cae
ospfd: re-fix default origination check

ospf->external[DEFAULT_ROUTE] and zclient->default_information don't
line up with each other; the former is only used for "originate always".

Fixes: #4237
Signed-off-by: David Lamparter <equinox@diac24.net>
ospfd/ospf_flood.c