I can't reproduce this issue on latest rolling
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 21 2022
Jan 20 2022
Jan 19 2022
Jan 18 2022
Okay, thanks for the update. I have found a conntrack issue in the code. Will have a fix in shortly.
Fixed in 1.4 PR: https://github.com/vyos/vyos-1x/pull/1176
Jan 17 2022
You need to remove the state new match on the rule and it'll work.
Included those flags in PR: https://github.com/vyos/vyos-1x/pull/1174
Included in PR: https://github.com/vyos/vyos-1x/pull/1174
Jan 16 2022
Thanks, will include a fix in a PR shortly
Jan 14 2022
Jan 13 2022
Thanks for the report, working on the fix now.
Jan 12 2022
Jan 11 2022
Forgot that my PR for WLB was still a draft. That the jump does seem to be created properly with this PR in place.
That build at 08:11 UTC was a couple of hours before the commit was merged: https://github.com/vyos/vyos-1x/commit/f97144259335102c3d96b232cbb0af4970120d62
Seems to be working on my latest build?
Thanks, I really like the include idea and have implemented it in the attached PR. Also added a check in firewall.py to reload policy-route script to keep any group changes updated.
PR removes the empty line when there are no group members, also adds a warning message when empty groups are used in rules.
@Viacheslav Not using exact ipset format, however addresses are sorted and output one per line.
Should resolve the rest of the error messages.
Jan 10 2022
IPv4 address range error messages are included in PR: https://github.com/vyos/vyos-1x/pull/1152
Error for rule being in use when deleting base node was fixed in https://github.com/vyos/vyos-1x/pull/1151
Thanks for catching that!
Jan 6 2022
Updates the vyatta-conntrack package to work without legacy firewall and fixes the op-mode commands. Should also fix some conntrack functionality (untested).
Jan 5 2022
Jan 4 2022
Duplicate of T4130