Details
Details
- Reviewers
- None
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 68711 Build 65594: arc lint + arc unit
Event Timeline
Comment Actions
Rather than set IPFERROR within the function we return a return code and let the caller set the IPFERROR. Do you mind if I take this and flesh it out a bit?
Comment Actions
Would you mind if the review will include the three commits (squashed) required to implement the ipfilter and ipnat verifications? Context matters.
| sys/netpfil/ipfilter/netinet/ip_nat.c | ||
|---|---|---|
| 1083 | nat->in_ifnames[0] can be == nat->in_ifnames[1]. If it is we don't need to check it twice. | |
| sys/netpfil/ipfilter/netinet/ip_nat.c | ||
|---|---|---|
| 1083 | Sure, but it's hardly an expensive check, so I'd rather keep things a bit simpler. | |