Page MenuHomeFreeBSD

pf tests: Test case for PR229092
AbandonedPublic

Authored by kp on Jan 1 2021, 3:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 24 2023, 11:29 AM
Unknown Object (File)
Nov 17 2023, 12:34 PM
Unknown Object (File)
Nov 17 2023, 5:36 AM
Unknown Object (File)
Nov 9 2023, 9:27 PM
Unknown Object (File)
Nov 4 2023, 2:30 PM
Unknown Object (File)
Oct 31 2023, 8:15 PM
Unknown Object (File)
Oct 16 2023, 11:36 AM
Unknown Object (File)
Oct 16 2023, 4:33 AM

Details

Reviewers
donner
Group Reviewers
network
Summary

pfsync doesn't work as expected when state is established with route-to
rules. Add an explicit test for this.

PR: 229092
MFC after: 1 week
Sponsored by: Orange Business Services

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 35855
Build 32744: arc lint + arc unit

Event Timeline

kp requested review of this revision.Jan 1 2021, 3:28 PM
donner added inline comments.
tests/sys/common/vnet.subr
14
ifconfig ${1} ether | awk '/....

filters out other lines, which may confuse the result

Use 'ifconfig ${1} ether'

kp marked an inline comment as done.Jan 2 2021, 9:40 AM
tests/sys/common/vnet.subr
14

The order of arguments is significant:

ifconfig: interface ether does not exist
This revision is now accepted and ready to land.Jan 2 2021, 5:27 PM