Print this page
fixup .text where possible
cstyle sort of updates
7127  remove -Wno-missing-braces from Makefile.uts

*** 102,117 **** #define IPTUN_IPSEC_REQ_MASK (IPSEC_PREF_REQUIRED | IPSEC_PREF_NEVER) static iptun_encaplim_t iptun_encaplim_init = { { IPPROTO_NONE, 0 }, ! IP6OPT_TUNNEL_LIMIT, 1, ! IPTUN_DEFAULT_ENCAPLIMIT, /* filled in with actual value later */ ! IP6OPT_PADN, 1, ! 0 }; /* * Table containing per-iptun-type information. * Since IPv6 can run over all of these we have the IPv6 min as the min MTU. --- 102,117 ---- #define IPTUN_IPSEC_REQ_MASK (IPSEC_PREF_REQUIRED | IPSEC_PREF_NEVER) static iptun_encaplim_t iptun_encaplim_init = { { IPPROTO_NONE, 0 }, ! { IP6OPT_TUNNEL_LIMIT, 1, ! IPTUN_DEFAULT_ENCAPLIMIT }, /* filled in with actual value later */ ! { IP6OPT_PADN, 1, ! 0 } }; /* * Table containing per-iptun-type information. * Since IPv6 can run over all of these we have the IPv6 min as the min MTU.