patch-2.1.102 linux/net/sched/Config.in
Next file: linux/net/sched/cls_api.c
Previous file: linux/net/netsyms.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Thu May 14 10:26:23 1998
- Orig file:
v2.1.101/linux/net/sched/Config.in
- Orig date:
Sat May 2 14:19:55 1998
diff -u --recursive --new-file v2.1.101/linux/net/sched/Config.in linux/net/sched/Config.in
@@ -1,6 +1,8 @@
#
# Traffic control configuration.
#
+define_bool CONFIG_NETLINK y
+define_bool CONFIG_RTNETLINK y
tristate 'CBQ packet scheduler' CONFIG_NET_SCH_CBQ
tristate 'CSZ packet scheduler' CONFIG_NET_SCH_CSZ
#tristate 'H-PFQ packet scheduler' CONFIG_NET_SCH_HPFQ
@@ -14,12 +16,12 @@
if [ "$CONFIG_NET_QOS" = "y" ]; then
bool 'Rate estimator' CONFIG_NET_ESTIMATOR
fi
-if [ "$CONFIG_IP_MULTIPLE_TABLES" = "y" ]; then
- bool 'Packet classifier API' CONFIG_NET_CLS
-fi
+bool 'Packet classifier API' CONFIG_NET_CLS
if [ "$CONFIG_NET_CLS" = "y" ]; then
bool 'Routing tables based classifier' CONFIG_NET_CLS_ROUTE
-# bool 'Firewall based classifier' CONFIG_NET_CLS_FW
+ if [ "$CONFIG_IP_FIREWALL" = "y" ]; then
+ bool 'Firewall based classifier' CONFIG_NET_CLS_FW
+ fi
tristate 'U32 classifier' CONFIG_NET_CLS_U32
if [ "$CONFIG_NET_QOS" = "y" ]; then
tristate 'Special RSVP classifier' CONFIG_NET_CLS_RSVP
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov