]> git.puffer.fish Git - matthieu/frr.git/commit
ospfd: remove interface param npd
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 11 Apr 2018 17:58:53 +0000 (13:58 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Fri, 13 Apr 2018 21:17:42 +0000 (17:17 -0400)
commitbcfdc7878480f63b816811f2285862f47cde7340
tree43b873a57c1ade2029dd6f1c080cbd2c08c7206e
parent1ec890a76b1f97e65ee2802a15ef8331f6b6a281
ospfd: remove interface param npd

OSPF_IF_PARAM_CONFIGURED(S, P) checks both the nullity of S and the
value of P; assuming either one from the value of this macro is
incorrect.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
ospfd/ospf_zebra.c