commit | 075ac8ddbd6aa782619565a97ec474a90f1b6f4c | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Wed Sep 24 15:18:37 2014 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:57 2015 +0100 |
tree | 5865489f9a6e6fc2f7b0a6860167d366c8029680 | |
parent | 306c99eae67a7966a3994be1007f03665eb6682b [diff] [blame] |
pimd: Prevent interfaces' addresses duplication when zebra connection is restored.
diff --git a/pimd/pim_iface.c b/pimd/pim_iface.c index 3dee751..8ceecf8 100644 --- a/pimd/pim_iface.c +++ b/pimd/pim_iface.c
@@ -565,7 +565,7 @@ continue; } - if (CHECK_FLAG (ifc->flags, ZEBRA_IFA_SECONDARY)) + if (CHECK_FLAG(ifc->flags, ZEBRA_IFA_SECONDARY)) continue; return p->u.prefix4;