starter: Drop support for %defaultroute.

This commit is contained in:
Tobias Brunner
2012-06-11 17:33:29 +02:00
parent 163b227386
commit 95e41fb80a
10 changed files with 16 additions and 352 deletions
+1 -6
View File
@@ -16,12 +16,10 @@
#ifndef _IPSEC_CONFREAD_H_
#define _IPSEC_CONFREAD_H_
#ifndef _FREESWAN_H
#include <freeswan.h>
#endif
#include "../pluto/constants.h"
#include "ipsec-parser.h"
#include "interfaces.h"
typedef enum {
STARTUP_NO,
@@ -218,9 +216,6 @@ struct starter_config {
bool hidetos;
} setup;
/* information about the default route */
defaultroute_t defaultroute;
/* number of encountered parsing errors */
u_int err;
u_int non_fatal_err;