aboutsummaryrefslogtreecommitdiffstats
path: root/src/_updown
Commit message (Collapse)AuthorAgeFilesLines
* updown: Allow IPIP traffic if IPComp was negotiatedTobias Brunner2014-01-231-0/+31
| | | | | | | | | | | The kernel implicitly creates an IPIP SA if an IPComp SA is installed. This SA is used inbound for small packets that are not compressed. Since the addresses are different (they are the tunnel addresses not those of the tunneled traffic) additional rules are required if the traffic selector does not cover the tunnel addresses (e.g. due to a NAT). For SAs with multiple traffic selectors duplicate rules will get installed.
* updown: Add PLUTO_IPCOMP to indicate if IPComp was negotiatedTobias Brunner2014-01-231-0/+3
|
* updown: Properly configure ICMP[v6] message type and code in firewall rulesTobias Brunner2013-10-171-4/+29
|
* updown: Pass ICMP[v6] message type and code to updown scriptTobias Brunner2013-10-171-2/+4
| | | | The type is passed in $PLUTO_MY_PORT and the code in $PLUTO_PEER_PORT.
* updown: Install forwarding rules with the actually used protocolMartin Willi2013-10-111-1/+1
|
* updown: Add a PLUTO_PROTO variable set to 'ah' or 'esp'Martin Willi2013-10-111-1/+4
|
* updown: remove description of unsupported PLUTO_ variablesMartin Willi2013-08-081-26/+0
| | | | These have been set by pluto, but are not by charons updown plugin.
* updown: pass IKE_SA unique ID in PLUTO_UNIQUEIDEmanuil Hristov2013-05-161-0/+3
|
* Use the GEN silent rule when generating files with sedMartin Willi2013-05-061-0/+1
|
* Added a note to _updown for the new PLUTO_MY_SOURCEIP* variablesMartin Willi2012-08-301-2/+6
|
* Add description about DNS server variables to _updownMartin Willi2012-08-211-0/+6
|
* updown script variable is called PLUTO_UDP_ENCAndreas Steffen2010-09-031-1/+1
|
* documented the new PLUTO environment variables available in the updown scriptAndreas Steffen2010-07-171-2/+12
|
* rename environment variable to PLUTO_XAUTH_IDAndreas Steffen2010-06-081-1/+1
|
* make an optional XAUTH user ID available in the updown scriptAndreas Steffen2010-06-081-0/+3
|
* Use macros to define --with optionsMartin Willi2009-09-072-6/+6
|
* Removed trailing whitespaces in configure.in/Makefile.amMartin Willi2009-09-071-10/+10
|
* _updown script fix for ALT Linux, courtesy of Michael ShigorinAndreas Steffen2009-05-291-9/+6
|
* some typosTobias Brunner2009-04-301-2/+2
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-302-7/+2
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-1/+1
| | | | | important change for developers: %Y replaces %D to print identities!
* added .gitignore files, ready for the switchMartin Willi2009-04-301-0/+1
|
* eliminated bashisms in _updown scriptsAndreas Steffen2008-07-181-24/+28
|
* sbindir is required in the PATH of _updownAndreas Steffen2007-12-122-1/+2
|
* define a minimum PATH environmentAndreas Steffen2007-12-121-0/+4
|
* the _updown scripts now fully supports ip6tables firewall rule insertion and ↵Andreas Steffen2007-11-071-28/+154
| | | | deletion
* fixed ipv6 target in _updown scriptAndreas Steffen2007-11-061-2/+2
|
* added RCSIDAndreas Steffen2007-10-082-2/+2
|
* _updown removed from distributionAndreas Steffen2007-08-291-1/+1
|
* set ignore propertiesAndreas Steffen2007-08-281-2/+0
|
* default routing table/prio: 220/220 (as 19530 was invalid)Martin Willi2007-08-272-1/+2
| | | | added configure option --with-routing-table-prio=
* added --with-routing-table= configure optionMartin Willi2007-08-272-1/+8
|
* improved source routing table creationAndreas Steffen2007-08-031-3/+3
|
* use table 100 for source routingAndreas Steffen2007-08-031-10/+22
|
* do not delete existing routes with NETKEYAndreas Steffen2007-06-081-0/+7
|
* insert route only in case of sourceipAndreas Steffen2007-06-061-10/+24
|
* - introduced autotoolsMartin Willi2006-05-163-22/+3
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-04-284-0/+546