qemu-options: Fix markup of -netdev l2tpv3
The table of option parameters lacks @table and @end table. The parameters become items in the enclosing table of options. Screwed up when l2tpv3 was added in commit 3fb69aa. Fix the obvious way. Cc: Jason Wang <jasowang@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20171002140307.5292-3-armbru@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
		
							parent
							
								
									de6b4f908c
								
							
						
					
					
						commit
						1e9a7379bf
					
				@ -2377,6 +2377,7 @@ two systems. It is present in routers, firewalls and the Linux kernel
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
This transport allows a VM to communicate to another VM, router or firewall directly.
 | 
					This transport allows a VM to communicate to another VM, router or firewall directly.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@table @option
 | 
				
			||||||
@item src=@var{srcaddr}
 | 
					@item src=@var{srcaddr}
 | 
				
			||||||
    source address (mandatory)
 | 
					    source address (mandatory)
 | 
				
			||||||
@item dst=@var{dstaddr}
 | 
					@item dst=@var{dstaddr}
 | 
				
			||||||
@ -2404,6 +2405,7 @@ draft-mkonstan-l2tpext-keyed-ipv6-tunnel-00
 | 
				
			|||||||
networks which have packet reorder.
 | 
					networks which have packet reorder.
 | 
				
			||||||
@item offset=@var{offset}
 | 
					@item offset=@var{offset}
 | 
				
			||||||
    Add an extra offset between header and data
 | 
					    Add an extra offset between header and data
 | 
				
			||||||
 | 
					@end table
 | 
				
			||||||
 | 
					
 | 
				
			||||||
For example, to attach a VM running on host 4.3.2.1 via L2TPv3 to the bridge br-lan
 | 
					For example, to attach a VM running on host 4.3.2.1 via L2TPv3 to the bridge br-lan
 | 
				
			||||||
on the remote Linux host 1.2.3.4:
 | 
					on the remote Linux host 1.2.3.4:
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user