Advertisement
linuxophilicsb

Kconfig.rej

Jun 5th, 2012
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.31 KB | None | 0 0
  1. ***************
  2. *** 946,971 ****
  3.  
  4.       To compile it as a module, choose M here.  If unsure, say N.
  5.  
  6. - config NETFILTER_XT_MATCH_LAYER7
  7. -   tristate '"layer7" match support'
  8. -   depends on NETFILTER_XTABLES
  9. -   depends on EXPERIMENTAL && (IP_NF_CONNTRACK || NF_CONNTRACK)
  10. -        depends on NETFILTER_ADVANCED
  11. -   help
  12. -     Say Y if you want to be able to classify connections (and their
  13. -     packets) based on regular expression matching of their application
  14. -     layer data.   This is one way to classify applications such as
  15. -     peer-to-peer filesharing systems that do not always use the same
  16. -     port.
  17. -
  18. -     To compile it as a module, choose M here.  If unsure, say N.
  19. -
  20.   config NETFILTER_XT_MATCH_LAYER7_DEBUG
  21. -         bool 'Layer 7 debugging output'
  22. -         depends on NETFILTER_XT_MATCH_LAYER7
  23. -         help
  24. -           Say Y to get lots of debugging output.
  25. -
  26.  
  27.   config NETFILTER_XT_MATCH_STATISTIC
  28.     tristate '"statistic" match support'
  29. --- 967,977 ----
  30.  
  31.       To compile it as a module, choose M here.  If unsure, say N.
  32.  
  33.   config NETFILTER_XT_MATCH_LAYER7_DEBUG
  34. +   bool 'Layer 7 debugging output'
  35. +   depends on NETFILTER_XT_MATCH_LAYER7
  36. +   help
  37. +     Say Y to get lots of debugging output.
  38.  
  39.   config NETFILTER_XT_MATCH_STATISTIC
  40.     tristate '"statistic" match support'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement