Closed Fail-Safe closed 3 months ago
Hey man, thanks for pointing out the error.
I believe ip daddr will need to be ip6 daddr for IPv6 destination addresses.
You were totally right! Good catch!
I’ve made some changes (including updates to the ui validation) and pushed them to the repo. Should be working now
Just run:
service qosmate update
...and the update process should kick off. To see the changes in the UI, you might need to clear your browser cache.
You nailed the issue. I was able to confirm after the update that my rule was processed correctly and syntactically happy with fw4. Thanks for the super-fast turnaround on that issue!
Given the following rule in
/etc/config/qosmate
, I receive the error below:Error:
I believe
ip daddr
will need to beip6 daddr
for IPv6 destination addresses.