mirror of
				https://git.openwrt.org/project/luci.git
				synced 2025-10-31 10:49:03 +08:00 
			
		
		
		
	luci-proto-vxlan: peers -> peer spelling fix
follow-up to cbd37919ae
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
			
			
This commit is contained in:
		| @ -179,7 +179,7 @@ return network.registerProtocol('vxlan6', { | ||||
| 		} | ||||
| 		catch(e) {} | ||||
|  | ||||
| 		o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peers'); | ||||
| 		o = s.taboption('peers', form.SectionValue, '_peers', form.GridSection, 'vxlan_peer'); | ||||
| 		o.depends('proto', 'vxlan'); | ||||
|  | ||||
| 		var ss = o.subsection; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Paul Donald
					Paul Donald