aboutsummaryrefslogtreecommitdiffstats
path: root/src/_updown/_updown.in
Commit message (Collapse)AuthorAgeFilesLines
* updown: Add rules to allow IP6IP6 traffic used for uncompressed small packetsTobias Brunner2015-09-211-0/+31
|
* updown: Pass virtual IPs assigned to a peer to the updown scriptTobias Brunner2015-08-061-1/+9
| | | | | | Previously only received virtual IPs were available. References #1008.
* _updown: Remove obsolete stuff from default scriptTobias Brunner2015-03-061-192/+7
|
* updown: Inverse comment of VPN_LOGGING variable, as it is enabled by defaultMartin Willi2014-12-021-1/+1
| | | | Fixes #780.
* 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
|
* 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-071-3/+3
|
* 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-301-4/+2
|
* eliminated bashisms in _updown scriptsAndreas Steffen2008-07-181-24/+28
|
* sbindir is required in the PATH of _updownAndreas Steffen2007-12-121-1/+1
|
* 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-081-1/+1
|
* default routing table/prio: 220/220 (as 19530 was invalid)Martin Willi2007-08-271-1/+1
| | | | added configure option --with-routing-table-prio=
* added --with-routing-table= configure optionMartin Willi2007-08-271-0/+536
|
* - introduced autotoolsMartin Willi2006-05-161-503/+0
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-04-281-0/+503