changeset 719:6228fda2d82e

* cdl/freebsd_net.cdl: Fix doc link.
author jlarmour
date Mon, 24 Feb 2003 14:29:17 +0000
parents 03a7ee02ffbc
children 697e61ef57f2
files packages/net/bsd_tcpip/current/ChangeLog packages/net/bsd_tcpip/current/cdl/freebsd_net.cdl
diffstat 2 files changed, 9 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- a/packages/net/bsd_tcpip/current/ChangeLog
+++ b/packages/net/bsd_tcpip/current/ChangeLog
@@ -1,3 +1,11 @@
+2003-02-24  Jonathan Larmour  <jifl@eCosCentric.com>
+
+	* cdl/freebsd_net.cdl: Fix doc link.
+
+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
@@ -29,7 +29,7 @@
 cdl_package CYGPKG_NET_FREEBSD_STACK {
     display       "FreeBSD networking stack"
     parent        CYGPKG_NET
-    doc           doc/index.html
+    doc           ref/tcpip-freebsd.html
     include_dir   .
     requires      CYGPKG_IO
     requires      CYGPKG_ISOINFRA
@@ -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