Config.in
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. #
  2. # Traffic control configuration.
  3. tristate '  CBQ packet scheduler' CONFIG_NET_SCH_CBQ
  4. tristate '  HTB packet scheduler' CONFIG_NET_SCH_HTB
  5. tristate '  CSZ packet scheduler' CONFIG_NET_SCH_CSZ
  6. #tristate '  H-PFQ packet scheduler' CONFIG_NET_SCH_HPFQ
  7. #tristate '  H-FSC packet scheduler' CONFIG_NET_SCH_HFCS
  8. if [ "$CONFIG_ATM" = "y" ]; then
  9.    bool '  ATM pseudo-scheduler' CONFIG_NET_SCH_ATM
  10. fi
  11. tristate '  The simplest PRIO pseudoscheduler' CONFIG_NET_SCH_PRIO
  12. tristate '  RED queue' CONFIG_NET_SCH_RED
  13. tristate '  SFQ queue' CONFIG_NET_SCH_SFQ
  14. tristate '  TEQL queue' CONFIG_NET_SCH_TEQL
  15. tristate '  TBF queue' CONFIG_NET_SCH_TBF
  16. tristate '  GRED queue' CONFIG_NET_SCH_GRED
  17. tristate '  Diffserv field marker' CONFIG_NET_SCH_DSMARK
  18. if [ "$CONFIG_NETFILTER" = "y" ]; then
  19.    tristate '  Ingress Qdisc' CONFIG_NET_SCH_INGRESS
  20. fi
  21. bool '  QoS support' CONFIG_NET_QOS
  22. if [ "$CONFIG_NET_QOS" = "y" ]; then
  23.    bool '    Rate estimator' CONFIG_NET_ESTIMATOR
  24. fi
  25. bool '  Packet classifier API' CONFIG_NET_CLS
  26. if [ "$CONFIG_NET_CLS" = "y" ]; then
  27.    tristate '    TC index classifier' CONFIG_NET_CLS_TCINDEX
  28.    tristate '    Routing table based classifier' CONFIG_NET_CLS_ROUTE4
  29.    if [ "$CONFIG_NET_CLS_ROUTE4" != "n" ]; then
  30.       define_bool CONFIG_NET_CLS_ROUTE y
  31.    fi
  32.    tristate '    Firewall based classifier' CONFIG_NET_CLS_FW
  33.    tristate '    U32 classifier' CONFIG_NET_CLS_U32
  34.    if [ "$CONFIG_NET_QOS" = "y" ]; then
  35.       tristate '    Special RSVP classifier' CONFIG_NET_CLS_RSVP
  36.       tristate '    Special RSVP classifier for IPv6' CONFIG_NET_CLS_RSVP6
  37.       bool '    Traffic policing (needed for in/egress)' CONFIG_NET_CLS_POLICE
  38.    fi
  39. fi