mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 13:26:17 +04:00
ipsec-tools: fix syntax error in default racoon config
The default /etc/config/racoon shipped by ipsec-tools lacks an option keyword on the p2_proposal line, leading to a syntax error when processing the file. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
committed by
Etienne CHAMPETIER
parent
7fcd722531
commit
4930355c6b
@@ -60,7 +60,7 @@ config sainfo 'welcome'
|
||||
option defdomain 'myhome.local'
|
||||
|
||||
config sainfo 'client'
|
||||
p2_proposal 'std_p2'
|
||||
option p2_proposal 'std_p2'
|
||||
|
||||
config tunnel 'Office'
|
||||
option enabled 1
|
||||
|
||||
Reference in New Issue
Block a user