summaryrefslogtreecommitdiff
path: root/regress/sbin/ipsecctl/ikedel41.ok
AgeCommit message (Collapse)Author
2008-07-01Isakmpd acquire mode did not work with a config generated fromAlexander Bluhm
ipsec.conf. The config created by isakmpd dynamically was different from the config that ipsecctl generated out of ipsec.conf. Both config formats are changed so that they match. One needs a passive ike line and a require flow line with the same parameters in the ipsec.conf. Then the acquire message generated by the kernel will trigger isakmpd to generate a config that matches the one that ipsecctl generated from the ike line. ok hshoexer, 'sounds good' todd
2006-11-30sync: rmv to unregister ipsec connectionsMarkus Friedl
2006-11-21syncMarkus Friedl
2006-11-01Adjust existing ikedel tests for aggressive mode support (we nowRyan Thomas McBride
delete both mainmode and aggressive mode phase 1 transforms)
2006-06-15Add a bunch of test for deletion of ike rules, add a test for "toHans-Joerg Hoexer
any" rules without a peer specified. These tests resulted in the recent fix in ipsecctl/ike.c.