hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/openvswitch/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Open vSwitch
34 #
....@@ -8,15 +9,13 @@
89 depends on !NF_CONNTRACK || \
910 (NF_CONNTRACK && ((!NF_DEFRAG_IPV6 || NF_DEFRAG_IPV6) && \
1011 (!NF_NAT || NF_NAT) && \
11
- (!NF_NAT_IPV4 || NF_NAT_IPV4) && \
12
- (!NF_NAT_IPV6 || NF_NAT_IPV6) && \
1312 (!NETFILTER_CONNCOUNT || NETFILTER_CONNCOUNT)))
1413 select LIBCRC32C
1514 select MPLS
1615 select NET_MPLS_GSO
1716 select DST_CACHE
1817 select NET_NSH
19
- ---help---
18
+ help
2019 Open vSwitch is a multilayer Ethernet switch targeted at virtualized
2120 environments. In addition to supporting a variety of features
2221 expected in a traditional hardware switch, it enables fine-grained
....@@ -44,7 +43,7 @@
4443 depends on OPENVSWITCH
4544 depends on NET_IPGRE
4645 default OPENVSWITCH
47
- ---help---
46
+ help
4847 If you say Y here, then the Open vSwitch will be able create GRE
4948 vport.
5049
....@@ -57,7 +56,7 @@
5756 depends on OPENVSWITCH
5857 depends on VXLAN
5958 default OPENVSWITCH
60
- ---help---
59
+ help
6160 If you say Y here, then the Open vSwitch will be able create vxlan vport.
6261
6362 Say N to exclude this support and reduce the binary size.
....@@ -69,7 +68,7 @@
6968 depends on OPENVSWITCH
7069 depends on GENEVE
7170 default OPENVSWITCH
72
- ---help---
71
+ help
7372 If you say Y here, then the Open vSwitch will be able create geneve vport.
7473
7574 Say N to exclude this support and reduce the binary size.