hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/sched/Kconfig
....@@ -503,17 +503,6 @@
503503 To compile this code as a module, choose M here: the
504504 module will be called cls_basic.
505505
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
-
517506 config NET_CLS_ROUTE4
518507 tristate "Routing decision (ROUTE)"
519508 depends on INET
....@@ -558,34 +547,6 @@
558547 depends on NET_CLS_U32
559548 help
560549 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.
589550
590551 config NET_CLS_FLOW
591552 tristate "Flow classifier"