summaryrefslogtreecommitdiff
path: root/usr.sbin/ndp
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2013-01-31 08:55:21 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2013-01-31 08:55:21 +0000
commit9711a168b937802c369ef4241590f671cbee9243 (patch)
treee3ea2bc458475248ba21882d2e6ebd842532550e /usr.sbin/ndp
parentb8f355bf5068cb898f4759ecba617cd635fbe08c (diff)
downloadsrc-test2-9711a168b937802c369ef4241590f671cbee9243.tar.gz
src-test2-9711a168b937802c369ef4241590f671cbee9243.zip
Notes
Diffstat (limited to 'usr.sbin/ndp')
-rw-r--r--usr.sbin/ndp/ndp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/ndp/ndp.c b/usr.sbin/ndp/ndp.c
index 866da765e88c..0449c123841d 100644
--- a/usr.sbin/ndp/ndp.c
+++ b/usr.sbin/ndp/ndp.c
@@ -436,9 +436,6 @@ set(argc, argv)
goto overwrite;
}
}
- /*
- * IPv4 arp command retries with sin_other = SIN_PROXY here.
- */
fprintf(stderr, "set: cannot configure a new entry\n");
return 1;
}
@@ -523,9 +520,6 @@ delete(host)
!(rtm->rtm_flags & RTF_GATEWAY)) {
goto delete;
}
- /*
- * IPv4 arp command retries with sin_other = SIN_PROXY here.
- */
fprintf(stderr, "delete: cannot delete non-NDP entry\n");
return 1;
}