https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288611
Bug ID: 288611
Summary: netgraph ng_nat: doesn't handle NGM_NAT_GET_DLT
messages
Product: Base System
Version: Unspecified
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
Created attachment 262644
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=262644&action=edit
patch to indicate the parts that need fixing
The following command will fail.
# kldload ng_ipfw
# ngctl mkpeer ipfw: nat 60 out
# ngctl name ipfw:60 nat
# ngctl msg nat: getdlt
ngctl: send msg: Invalid argument
It may be difficult to understand in the attached file, but this part for
handling is protruding outside of the switch.
--
You are receiving this mail because:
You are the assignee for the bug.