Let OSPFv3 go through ipfw. Some more additional checks would be
desirable, though.
This commit is contained in:
parent
c979cc4e8e
commit
1142d02df8
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user