Author: luigi
Date: Wed Dec  2 10:36:41 2009
New Revision: 200023
URL: http://svn.freebsd.org/changeset/base/200023

Log:
  Add new sockopt names for ipfw and dummynet.
  
  This commit is just grabbing entries for the new names
  that will be used in the future, so you don't need to
  rebuild anything now.
  
  MFC after:    3 days

Modified:
  head/sys/netinet/in.h

Modified: head/sys/netinet/in.h
==============================================================================
--- head/sys/netinet/in.h       Wed Dec  2 10:32:34 2009        (r200022)
+++ head/sys/netinet/in.h       Wed Dec  2 10:36:41 2009        (r200023)
@@ -423,12 +423,20 @@ __END_DECLS
 #define        IP_ONESBCAST            23   /* bool: send all-ones broadcast */
 #define        IP_BINDANY              24   /* bool: allow bind to any address 
*/
 
+/*
+ * Options for controlling the firewall and dummynet.
+ * Historical options (from 40 to 64) will eventually be
+ * replaced by only two options, IP_FW3 and IP_DUMMYNET3.
+ */
 #define        IP_FW_TABLE_ADD         40   /* add entry */
 #define        IP_FW_TABLE_DEL         41   /* delete entry */
 #define        IP_FW_TABLE_FLUSH       42   /* flush table */
 #define        IP_FW_TABLE_GETSIZE     43   /* get table size */
 #define        IP_FW_TABLE_LIST        44   /* list table contents */
 
+#define        IP_FW3                  48   /* generic ipfw v.3 sockopts */
+#define        IP_DUMMYNET3            49   /* generic dummynet v.3 sockopts */
+
 #define        IP_FW_ADD               50   /* add a firewall rule to chain */
 #define        IP_FW_DEL               51   /* delete a firewall rule from 
chain */
 #define        IP_FW_FLUSH             52   /* flush firewall rule chain */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to