Unbreak the build without INET6.

This commit is contained in:
Bjoern A. Zeeb 2008-11-25 09:49:05 +00:00
parent b97cf8b6af
commit beac84a206

View File

@ -270,11 +270,13 @@ ipsec_init(void)
V_ipsec_integrity = 0;
#endif
#ifdef INET6
V_ip6_esp_trans_deflev = IPSEC_LEVEL_USE;
V_ip6_esp_net_deflev = IPSEC_LEVEL_USE;
V_ip6_ah_trans_deflev = IPSEC_LEVEL_USE;
V_ip6_ah_net_deflev = IPSEC_LEVEL_USE;
V_ip6_ipsec_ecn = 0; /* ECN ignore(-1)/forbidden(0)/allowed(1) */
#endif
}
/*