Annotation of embedaddon/ipsec-tools/rpm/suse/sysconfig.racoon, revision 1.1.1.1

1.1       misho       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>