summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2009-01-09 17:18:17 +0000
committeradrian <adrian@FreeBSD.org>2009-01-09 17:18:17 +0000
commit24f22ace0209d24280c43e7ac04caf725723eac3 (patch)
tree6d59c2b796bcb2554ecebca8508a9c36f9c0a9b1
parent3d9557d3bdde3372b623cbfc1d955d5a9e458882 (diff)
downloadFreeBSD-src-24f22ace0209d24280c43e7ac04caf725723eac3.zip
FreeBSD-src-24f22ace0209d24280c43e7ac04caf725723eac3.tar.gz
Better comment what the socket option does. Thanks to Sam Leffler
for suggesting this.
-rw-r--r--sys/netinet/in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 53d84ef..591e766 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -441,7 +441,8 @@ __END_DECLS
#define IP_FAITH 22 /* bool; accept FAITH'ed connections */
#define IP_ONESBCAST 23 /* bool: send all-ones broadcast */
-#define IP_NONLOCALOK 24 /* allow bind to spoof other machines */
+#define IP_NONLOCALOK 24 /* bool: allow bind to spoof non-local addresses;
+ requires kernel compile option IP_NONLOCALBIND */
#define IP_FW_TABLE_ADD 40 /* add entry */
#define IP_FW_TABLE_DEL 41 /* delete entry */
OpenPOWER on IntegriCloud