.. | .. |
---|
503 | 503 | To compile this code as a module, choose M here: the |
---|
504 | 504 | module will be called cls_basic. |
---|
505 | 505 | |
---|
506 | | -config NET_CLS_TCINDEX |
---|
507 | | - tristate "Traffic-Control Index (TCINDEX)" |
---|
508 | | - select NET_CLS |
---|
509 | | - help |
---|
510 | | - Say Y here if you want to be able to classify packets based on |
---|
511 | | - traffic control indices. You will want this feature if you want |
---|
512 | | - to implement Differentiated Services together with DSMARK. |
---|
513 | | - |
---|
514 | | - To compile this code as a module, choose M here: the |
---|
515 | | - module will be called cls_tcindex. |
---|
516 | | - |
---|
517 | 506 | config NET_CLS_ROUTE4 |
---|
518 | 507 | tristate "Routing decision (ROUTE)" |
---|
519 | 508 | depends on INET |
---|
.. | .. |
---|
558 | 547 | depends on NET_CLS_U32 |
---|
559 | 548 | help |
---|
560 | 549 | Say Y here to be able to use netfilter marks as u32 key. |
---|
561 | | - |
---|
562 | | -config NET_CLS_RSVP |
---|
563 | | - tristate "IPv4 Resource Reservation Protocol (RSVP)" |
---|
564 | | - select NET_CLS |
---|
565 | | - help |
---|
566 | | - The Resource Reservation Protocol (RSVP) permits end systems to |
---|
567 | | - request a minimum and maximum data flow rate for a connection; this |
---|
568 | | - is important for real time data such as streaming sound or video. |
---|
569 | | - |
---|
570 | | - Say Y here if you want to be able to classify outgoing packets based |
---|
571 | | - on their RSVP requests. |
---|
572 | | - |
---|
573 | | - To compile this code as a module, choose M here: the |
---|
574 | | - module will be called cls_rsvp. |
---|
575 | | - |
---|
576 | | -config NET_CLS_RSVP6 |
---|
577 | | - tristate "IPv6 Resource Reservation Protocol (RSVP6)" |
---|
578 | | - select NET_CLS |
---|
579 | | - help |
---|
580 | | - The Resource Reservation Protocol (RSVP) permits end systems to |
---|
581 | | - request a minimum and maximum data flow rate for a connection; this |
---|
582 | | - is important for real time data such as streaming sound or video. |
---|
583 | | - |
---|
584 | | - Say Y here if you want to be able to classify outgoing packets based |
---|
585 | | - on their RSVP requests and you are using the IPv6 protocol. |
---|
586 | | - |
---|
587 | | - To compile this code as a module, choose M here: the |
---|
588 | | - module will be called cls_rsvp6. |
---|
589 | 550 | |
---|
590 | 551 | config NET_CLS_FLOW |
---|
591 | 552 | tristate "Flow classifier" |
---|