ndp: fix adding proxy neighbor entries
authorHans Dedecker <dedeckeh@gmail.com>
Thu, 21 Mar 2019 13:17:50 +0000 (14:17 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Thu, 21 Mar 2019 14:41:39 +0000 (15:41 +0100)
commite4a24dcb5aa48fdace3d6482db262bde9969b5bb
treecc66a7028ed8793641c41d8d0dcd3a42487bca54
parent4ca7f7e12118ece6aa589f9c45e1cec5404ff415
ndp: fix adding proxy neighbor entries

In case multiple logical OpenWrt interfaces are stacked on the same device
and one of the interfaces is configured in relay and the other not; adding
a proxy neighbor entry will result into it immediately being deleted if
the interface in non relay mode comes last.
Fix this by not doing a delete on the interface which is not configured in
relay mode.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
src/ndp.c