ipsec-tools: fix syntax error in default racoon config
authorJo-Philipp Wich <jo@mein.io>
Thu, 7 Jul 2016 06:13:54 +0000 (08:13 +0200)
committerEtienne CHAMPETIER <champetier.etienne@gmail.com>
Tue, 12 Jul 2016 10:41:46 +0000 (10:41 +0000)
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>
net/ipsec-tools/Makefile
net/ipsec-tools/files/racoon

index 2588f0adc2077779add933729c4ce5b15ad1a7c5..806c16090a4949713168526b922287543a97f82e 100644 (file)
@@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=ipsec-tools
 PKG_VERSION:=0.8.2
-PKG_RELEASE:=4
+PKG_RELEASE:=5
 PKG_MAINTAINER:=Noah Meyerhans <frodo@morgul.net>
 PKG_LICENSE := BSD-3-Clause
 
index 11cd2f23a87e67c63a2dc481340627baf460dc52..3ce41eb495863bb9c68f77d3b79860bc0820d8f6 100644 (file)
@@ -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