aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/interfaces.c
Commit message (Collapse)AuthorAgeFilesLines
* starter: Drop support for %defaultroute.Tobias Brunner2012-06-111-212/+0
|
* starter: Migrated logging to libstrongswan.Tobias Brunner2012-06-111-14/+14
|
* starter: Remove unneeded starter_exec function.Tobias Brunner2012-06-111-1/+0
|
* starter: Make sure interface name is null-terminated.Tobias Brunner2011-04-191-0/+1
|
* substitute obsolete function calls(bzero/index)Waldemar Brodkorb2010-08-011-2/+2
|
* Use destination address of ppp interfaces as nexthop in starters default ↵Martin Willi2010-02-051-6/+25
| | | | route lookup
* Complain about missing %defaultroute support only if one is actually usedMartin Willi2009-09-161-3/+2
|
* Disable rtnetlink defaultroute lookup if pluto is disabledMartin Willi2009-09-151-7/+24
| | | | | As we do not support Pluto on BSD/Mac, exclude the Linux specific rtnetlink routing lookup; Charon doesn't require it anyway.
* Get starter default route via rtnetlinkHeiko Hund2009-09-151-88/+113
| | | | | | | | | | | | | This patch changes the way routes are fetched from the kernel by starter. The way it's currently done (via /proc) is limited to routes in the "main" routing table. Routes from the "default" table are never seen by starter. Starter may miss the default route even if it's set. Thus, default routes are now read from the "main" and the "default" table. The way this code behaves if more than one default route is found is slightly different to before. Instead of bailing out it just chooses the one with the best metric. I thought this was be a reasonable change.
* sockio.h is required on OpenSolaris for SIOCGIFADDR.Tobias Brunner2009-08-141-0/+4
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-2/+0
| | | | | important change for developers: %Y replaces %D to print identities!
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-97/+97
|
* added RCSIDAndreas Steffen2007-10-081-1/+1
|
* discarded unused functionsAndreas Steffen2007-06-251-444/+1
|
* - introduced autotoolsMartin Willi2006-05-161-4/+4
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups
* (no commit message)Martin Willi2006-04-281-0/+595