[PATCH] net/sched: mark "NET_CLS_RSVP6 depends on IPV6"
Subsystems:
networking [general], tc subsystem, the rest
STALE6957d
3 messages,
2 authors,
2007-08-01 · open the first message on its own page
Signed-off-by: Denis Cheng <redacted>
---
net/sched/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 8a74cac..5d3749c 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -300,6 +300,7 @@ config NET_CLS_RSVP
config NET_CLS_RSVP6
tristate "IPv6 Resource Reservation Protocol (RSVP6)"
select NET_CLS
+ depends on IPV6
---help---
The Resource Reservation Protocol (RSVP) permits end systems to
request a minimum and maximum data flow rate for a connection; this
--
1.5.2.2
Denis Cheng wrote:
quoted hunk
Signed-off-by: Denis Cheng <redacted>
---
net/sched/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/sched/Kconfig b/net/sched/Kconfig
index 8a74cac..5d3749c 100644
--- a/net/sched/Kconfig
+++ b/net/sched/Kconfig
@@ -300,6 +300,7 @@ config NET_CLS_RSVP
config NET_CLS_RSVP6
tristate "IPv6 Resource Reservation Protocol (RSVP6)"
select NET_CLS
+ depends on IPV6
---help---
The Resource Reservation Protocol (RSVP) permits end systems to
request a minimum and maximum data flow rate for a connection; this
I thought the same but ... see
http://marc.info/?l=linux-kernel&m=118440958516205&w=2
http://marc.info/?l=linux-netdev&m=118442747709230&w=2
Regards,
Gabriel
On 8/1/07, Gabriel C [off-list ref] wrote:
I thought the same but ... see
http://marc.info/?l=linux-kernel&m=118440958516205&w=2
http://marc.info/?l=linux-netdev&m=118442747709230&w=2
That sounds good. Thanks.
--
Denis