Good ol' Occam says no. We already have a general mechanism for that, and I think as we rewrite code, we may want to get rid of the description fields that predate that mechanism.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Nov 17 2018
Nov 14 2018
Nov 13 2018
Nov 12 2018
I've also reported the issue to FRR: https://github.com/FRRouting/frr/issues/3309
The argument number in the command definition was wrong.
Nov 11 2018
The last bit is blocked by https://github.com/FRRouting/frr/issues/3308 , but otherwise it's done now.
I couldn't reproduce the issue on my rc6 setup. We'll need exact reproducing steps.
The range feature is quite problematic since IPset doesn't really support ranges, and "ipset -A foo 192.0.2.10-192.0.2.20" really adds 20 addressed to the group "foo". Thus, if you add a range and then add a single address to that range, and then delete that address (or the range), your IPset setup ends up in an inconsistent state where that address is supposed to be there according to the VyOS config, but actually isn't.
I cannot reproduce it in rc6, either with zone-policy or without. I guess the pull request fixed it.
Good catch!
Nov 6 2018
Nov 5 2018
It's quite a shame that iproute2 can't do it on its own. I've added a workaround.
Indeed, I missed one command when adjusting the script for the new syntax!
Yeah, missing sudo. Thanks for finding it!
This is a purely cosmetic issue, but I agree, an annoying one, especially with lots of duplicate messages. I've reported the issue to FRR.
Nov 4 2018
Nov 3 2018
It's a classic issue. You need to create rules with "exclude" option for such networks.
For the reference, the syntax is "set interfaces tunnel tun0 parameters ip bridge-group bridge br0". It wasn't me who designed it, and I see no reasons why it was designed that way, but that's what we've got for now. We should rework the tunnel interface CLI in general and this on in particular.
Since it does no harm, I suppose we can address it when we get to rewriting those scripts.
With the new BGP syntax where IPv4 is in its own address family just like IPv6, the no default ipv4-unicast option should work as expected. See T849.
This is best done along with IPsec scripts rewrite.
I guess this is best done along with openvpn scripts rewrite.
This would be best done along with firewall scripts rewrite.
For mellanox etc. I'm just using the kernel source package.
Oct 30 2018
Oct 29 2018
Oct 28 2018
@zsdc Ah, sorry, rolling-1028. I'll take a look.
@zsdc Which version are you using? It should be fixed in rc1 already. If you are using rc1 or newer, that means the fix is incomplete.
Groups need a big overhaul, but its probably out of the 1.2.0 scope.
I've finally located the place where tag node output is handled and added quoting analogous to what was always done to leaf node values. Now saved configs should be correct.
In rc3 and rc4, it's empty for me.