| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Open vSwitch |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 8 | 9 | depends on !NF_CONNTRACK || \ |
|---|
| 9 | 10 | (NF_CONNTRACK && ((!NF_DEFRAG_IPV6 || NF_DEFRAG_IPV6) && \ |
|---|
| 10 | 11 | (!NF_NAT || NF_NAT) && \ |
|---|
| 11 | | - (!NF_NAT_IPV4 || NF_NAT_IPV4) && \ |
|---|
| 12 | | - (!NF_NAT_IPV6 || NF_NAT_IPV6) && \ |
|---|
| 13 | 12 | (!NETFILTER_CONNCOUNT || NETFILTER_CONNCOUNT))) |
|---|
| 14 | 13 | select LIBCRC32C |
|---|
| 15 | 14 | select MPLS |
|---|
| 16 | 15 | select NET_MPLS_GSO |
|---|
| 17 | 16 | select DST_CACHE |
|---|
| 18 | 17 | select NET_NSH |
|---|
| 19 | | - ---help--- |
|---|
| 18 | + help |
|---|
| 20 | 19 | Open vSwitch is a multilayer Ethernet switch targeted at virtualized |
|---|
| 21 | 20 | environments. In addition to supporting a variety of features |
|---|
| 22 | 21 | expected in a traditional hardware switch, it enables fine-grained |
|---|
| .. | .. |
|---|
| 44 | 43 | depends on OPENVSWITCH |
|---|
| 45 | 44 | depends on NET_IPGRE |
|---|
| 46 | 45 | default OPENVSWITCH |
|---|
| 47 | | - ---help--- |
|---|
| 46 | + help |
|---|
| 48 | 47 | If you say Y here, then the Open vSwitch will be able create GRE |
|---|
| 49 | 48 | vport. |
|---|
| 50 | 49 | |
|---|
| .. | .. |
|---|
| 57 | 56 | depends on OPENVSWITCH |
|---|
| 58 | 57 | depends on VXLAN |
|---|
| 59 | 58 | default OPENVSWITCH |
|---|
| 60 | | - ---help--- |
|---|
| 59 | + help |
|---|
| 61 | 60 | If you say Y here, then the Open vSwitch will be able create vxlan vport. |
|---|
| 62 | 61 | |
|---|
| 63 | 62 | Say N to exclude this support and reduce the binary size. |
|---|
| .. | .. |
|---|
| 69 | 68 | depends on OPENVSWITCH |
|---|
| 70 | 69 | depends on GENEVE |
|---|
| 71 | 70 | default OPENVSWITCH |
|---|
| 72 | | - ---help--- |
|---|
| 71 | + help |
|---|
| 73 | 72 | If you say Y here, then the Open vSwitch will be able create geneve vport. |
|---|
| 74 | 73 | |
|---|
| 75 | 74 | Say N to exclude this support and reduce the binary size. |
|---|