mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-19 13:38:40 +02:00
- allow vpnc rekeying
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1715 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
5bdf83737b
commit
2579c9ef82
2 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2006-05-02 Peter Jones <pjones@redhat.com>
|
||||
|
||||
* vpn-daemons/vpnc/src/nm-vpnc-service.c: Allow rekeying.
|
||||
|
||||
2006-05-02 Robert Love <rml@novell.com>
|
||||
|
||||
Patch by Timo Hoenig;
|
||||
|
|
|
|||
|
|
@ -495,6 +495,7 @@ static gboolean nm_vpnc_config_options_validate (char **data_items, int num_item
|
|||
{ "IKE DH Group", OPT_TYPE_ASCII },
|
||||
{ "Perfect Forward Secrecy", OPT_TYPE_ASCII },
|
||||
{ "Application Version", OPT_TYPE_ASCII },
|
||||
{ "Rekeying interval", OPT_TYPE_ASCII },
|
||||
{ NULL, OPT_TYPE_UNKNOWN } };
|
||||
|
||||
unsigned int i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue