FreeBSD Bugzilla – Attachment #222081: proposed patch for
bug #253169
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 253169
Collapse All
|
Expand All
(-)
b/sbin/ipfw/ipfw2.c (+1 lines)
Lines 4961-4966 compile_rule(char *av[], uint32_t *rbuf, int *rbufsize, struct tidx *tstate)
Link Here
4961
break;
4961
break;
4962
4962
4963
case TOK_EXT6HDR:
4963
case TOK_EXT6HDR:
4964
NEED1("missing extension header");
4964
fill_ext6hdr( cmd, *av );
4965
fill_ext6hdr( cmd, *av );
4965
av++;
4966
av++;
4966
break;
4967
break;
Return to
bug 253169