We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maintainer: @stangri Environment: 23.05.5
Description:
Hello!
I'm using pbr to filter all udp packets using my external IP so torrenting can work properly (using direct IP not NAT IP). Simple rule should be fine:
config policy option proto 'udp' option interface 'wanext'
But it failed with : ERROR: Policy 'Untitled' has no source/destination parameters!
ERROR: Policy 'Untitled' has no source/destination parameters!
Following rule works fine:
config policy option dest_port '0-65535' option proto 'udp' option interface 'wanext'
Booth rules should be accepted.
Another issue: when policy name specified, error will be ommited:
ERROR: udp routing
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Maintainer: @stangri
Environment: 23.05.5
Description:
Hello!
I'm using pbr to filter all udp packets using my external IP so torrenting can work properly (using direct IP not NAT IP). Simple rule should be fine:
But it failed with :
ERROR: Policy 'Untitled' has no source/destination parameters!
Following rule works fine:
Booth rules should be accepted.
Another issue: when policy name specified, error will be ommited:
The text was updated successfully, but these errors were encountered: