File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ipsec-tools / rpm / suse / sysconfig.racoon
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:39:10 2012 UTC (12 years, 4 months ago) by misho
Branches: ipsec-tools, MAIN
CVS tags: v0_8_2p2, v0_8_1p0, v0_8_1, v0_8_0p0, v0_8_0, HEAD
ipsec-tools

    1: ## Path:	Network/IPsec
    2: ## Description:	IPsec keying daemon (IKE)
    3: ## Type:	string
    4: ## Default:	"-v"
    5: # 
    6: # Start-up flags for the racoon dameon.
    7: #
    8: RACOON_OPTIONS="-v"
    9: 
   10: ## Path:	Network/IPsec
   11: ## Description:	Tool for manipulation IPsec SPD and SA databases
   12: ## Type:	string
   13: ## Default:	""
   14: # 
   15: # Additional flags uset when inserting SPD rules.
   16: #
   17: SETKEY_OPTIONS=""
   18: 
   19: ## Type:	string
   20: ## Default:	"-FP"
   21: # 
   22: # Flags to flush SPD on racoon exit.
   23: #
   24: SETKEY_FLUSH_OPTIONS="-FP"

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>