aboutsummaryrefslogtreecommitdiffstats
path: root/network_cmds/ndp.tproj/ndp.c
diff options
context:
space:
mode:
Diffstat (limited to 'network_cmds/ndp.tproj/ndp.c')
-rw-r--r--network_cmds/ndp.tproj/ndp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/network_cmds/ndp.tproj/ndp.c b/network_cmds/ndp.tproj/ndp.c
index b485fa1..e3e51b8 100644
--- a/network_cmds/ndp.tproj/ndp.c
+++ b/network_cmds/ndp.tproj/ndp.c
@@ -443,7 +443,9 @@ set(int argc, char **argv)
!(rtm->rtm_flags & RTF_GATEWAY)) switch (sdl->sdl_type) {
case IFT_ETHER: case IFT_FDDI: case IFT_ISO88023:
case IFT_ISO88024: case IFT_ISO88025:
+#if defined(IFT_6LOWPAN)
case IFT_6LOWPAN:
+#endif
goto overwrite;
}
/*