From a71dcb1bdc0e0fa5bd6013af9ca9d7b631673fdd Mon Sep 17 00:00:00 2001 From: ume Date: Mon, 11 Jun 2001 19:27:05 +0000 Subject: [PATCH] This is force commit to mention about previous commit. - do not assume that the ro_dst member of route_in6{} is sockaddr_in6. - repair IPsec header size prediction. - validate mbuf chain better in {tcp,udp}6_ctlinput. - loosened validation inner packets of icmp6 errors as much as possible. - scope-awareness. - be friendly with pfctlinput2. - simplified address scope handling in the ctlinput function. - type change of in6_pcbnotify. - pass error from ipsec_setsocket() all the way up.