@@ -153,22 +153,22 @@ config IPVLAN_L3S
153153 select NET_L3_MASTER_DEV
154154
155155config IPVLAN
156- tristate "IP-VLAN support"
157- depends on INET
158- depends on IPV6 || !IPV6
159- ---help---
160- This allows one to create virtual devices off of a main interface
161- and packets will be delivered based on the dest L3 (IPv6/IPv4 addr)
162- on packets. All interfaces (including the main interface) share L2
163- making it transparent to the connected L2 switch.
156+ tristate "IP-VLAN support"
157+ depends on INET
158+ depends on IPV6 || !IPV6
159+ ---help---
160+ This allows one to create virtual devices off of a main interface
161+ and packets will be delivered based on the dest L3 (IPv6/IPv4 addr)
162+ on packets. All interfaces (including the main interface) share L2
163+ making it transparent to the connected L2 switch.
164164
165- Ipvlan devices can be added using the "ip" command from the
166- iproute2 package starting with the iproute2-3.19 release:
165+ Ipvlan devices can be added using the "ip" command from the
166+ iproute2 package starting with the iproute2-3.19 release:
167167
168- "ip link add link <main-dev> [ NAME ] type ipvlan"
168+ "ip link add link <main-dev> [ NAME ] type ipvlan"
169169
170- To compile this driver as a module, choose M here: the module
171- will be called ipvlan.
170+ To compile this driver as a module, choose M here: the module
171+ will be called ipvlan.
172172
173173config IPVTAP
174174 tristate "IP-VLAN based tap driver"
@@ -185,11 +185,11 @@ config IPVTAP
185185 will be called ipvtap.
186186
187187config VXLAN
188- tristate "Virtual eXtensible Local Area Network (VXLAN)"
189- depends on INET
190- select NET_UDP_TUNNEL
191- select GRO_CELLS
192- ---help---
188+ tristate "Virtual eXtensible Local Area Network (VXLAN)"
189+ depends on INET
190+ select NET_UDP_TUNNEL
191+ select GRO_CELLS
192+ ---help---
193193 This allows one to create vxlan virtual interfaces that provide
194194 Layer 2 Networks over Layer 3 Networks. VXLAN is often used
195195 to tunnel virtual network infrastructure in virtualized environments.
@@ -200,12 +200,12 @@ config VXLAN
200200 will be called vxlan.
201201
202202config GENEVE
203- tristate "Generic Network Virtualization Encapsulation"
204- depends on INET
205- depends on IPV6 || !IPV6
206- select NET_UDP_TUNNEL
207- select GRO_CELLS
208- ---help---
203+ tristate "Generic Network Virtualization Encapsulation"
204+ depends on INET
205+ depends on IPV6 || !IPV6
206+ select NET_UDP_TUNNEL
207+ select GRO_CELLS
208+ ---help---
209209 This allows one to create geneve virtual interfaces that provide
210210 Layer 2 Networks over Layer 3 Networks. GENEVE is often used
211211 to tunnel virtual network infrastructure in virtualized environments.
@@ -244,8 +244,8 @@ config MACSEC
244244config NETCONSOLE
245245 tristate "Network console logging support"
246246 ---help---
247- If you want to log kernel messages over the network, enable this.
248- See <file:Documentation/networking/netconsole.txt> for details.
247+ If you want to log kernel messages over the network, enable this.
248+ See <file:Documentation/networking/netconsole.txt> for details.
249249
250250config NETCONSOLE_DYNAMIC
251251 bool "Dynamic reconfiguration of logging targets"
@@ -362,12 +362,12 @@ config NET_VRF
362362 support enables VRF devices.
363363
364364config VSOCKMON
365- tristate "Virtual vsock monitoring device"
366- depends on VHOST_VSOCK
367- ---help---
368- This option enables a monitoring net device for vsock sockets. It is
369- mostly intended for developers or support to debug vsock issues. If
370- unsure, say N.
365+ tristate "Virtual vsock monitoring device"
366+ depends on VHOST_VSOCK
367+ ---help---
368+ This option enables a monitoring net device for vsock sockets. It is
369+ mostly intended for developers or support to debug vsock issues. If
370+ unsure, say N.
371371
372372endif # NET_CORE
373373
0 commit comments