changeset 645:a716206b0987

* cdl/freebsd_net.cdl: Remove unused NBPFILTER and BRIDGE CDL options.
author jlarmour
date Tue, 18 Feb 2003 17:32:02 +0000
parents c2866eff7fb9
children 9af89f295088
files packages/net/bsd_tcpip/current/ChangeLog packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl
diffstat 2 files changed, 4 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/ChangeLog
+++ b/packages/net/bsd_tcpip/current/ChangeLog
@@ -1,3 +1,7 @@
+2003-02-18  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/freebsd_net.cdl: Remove unused NBPFILTER and BRIDGE CDL options.
+
 2003-02-14  Jonathan Larmour  <jifl@eCosCentric.com>
 
 	* doc/freebsd.sgml: new_net template is now just "net".
--- a/packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl
+++ b/packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl
@@ -155,43 +155,6 @@ cdl_package CYGPKG_NET_FREEBSD_STACK {
         }
     }
 
-    cdl_option CYGPKG_NET_NBPF {
-        display "Number of BPF filters"
-        flavor  data
-        default_value 0
-        description   "
-            This option controls the number of active BPF filters."
-        define NBPFILTER
-    }
-
-    cdl_component CYGPKG_NET_BRIDGE {
-         display "Built-in ethernet bridge code"
-         default_value 0
-         implements CYGINT_NET_BRIDGE_HANDLER
-         no_define
-         description   "
-             This option controls whether to include the built-in code for
-             the Ethernet bridge."
-         compile sys/net/if_bridge.c
-
-         cdl_option CYGNUM_NET_BRIDGES {
-             display "Number of Ethernet bridges"
-             flavor  data
-             default_value 1
-             legal_values 1 to 999999
-         }
-    }
-
-    cdl_interface CYGINT_NET_BRIDGE_HANDLER {
-        display "Support for ethernet bridges in the IP stack"
-        define NBRIDGE
-            description "
-              This interface controls whether calls to bridge code are made
-              from the IP stack; these are needed if the built-in bridge code
-              is used, but they can also be enabled in order to call different
-              bridge code from an external component."
-    }
-
     cdl_option CYGPKG_NET_NGIF {
         display "Number of GIF things"
         flavor  data