Let OSPFv3 go through ipfw. Some more additional checks would be

desirable, though.
This commit is contained in:
tanimura 2005-05-28 07:46:44 +00:00
parent c979cc4e8e
commit 1142d02df8

View File

@ -2054,6 +2054,11 @@ do { \
ulp = NULL;
break;
case IPPROTO_OSPFIGP:
/* XXX OSPF header check? */
PULLUP_TO(hlen, ulp, struct ip6_ext);
break;
default:
printf( "IPFW2: IPV6 - Unknown Extension Header (%d)\n",
proto);