Browse Source

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>
lilik-openwrt-22.03
Jo-Philipp Wich 8 years ago
committed by Etienne CHAMPETIER
parent
commit
4930355c6b
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/ipsec-tools/Makefile
  2. +1
    -1
      net/ipsec-tools/files/racoon

+ 1
- 1
net/ipsec-tools/Makefile View 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


+ 1
- 1
net/ipsec-tools/files/racoon View 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


Loading…
Cancel
Save