set dummy dum0 address '172.20.215.131/32' comment dummy dum0 'Dummy interface for BFD traffic' set peer 172.20.215.130 multihop set peer 172.20.215.130 profile 'bgp' set peer 172.20.215.130 source address '172.20.215.131' set profile bgp interval echo-interval '500' set profile bgp interval multiplier '10' set profile bgp interval receive '100' set profile bgp interval transmit '100'
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 23 2024
Jan 22 2024
@Viacheslav Yes I will create a PR somewhere coming weeks.
In T5249#174317, @jestabro wrote:
+1 on excluding disabled mappings
In my eyes this could break many configs / setups, as there are a lot of people that like to "archive their past configs" just like this. (Essentially just disabling config parts instead of deleting)
Imo this shouldn't affect disabled mappings, but just if there are/going to be 2 active mapping with the same IP.
The cause could be due to wrong calculations for bandwidth/ceil class default T5974
Looks good:
vyos@r1# tc class show dev eth1 class htb 1:1 root rate 1Gbit ceil 1Gbit burst 1375b cburst 1375b class htb 1:64 parent 1:1 leaf 8005: prio 0 rate 100Mbit ceil 100Mbit burst 15337b cburst 1600b class htb 1:65 parent 1:1 leaf 8006: prio 7 rate 750Mbit ceil 900Mbit burst 130968b cburst 1462b [edit] vyos@r1#
All you need to do to test it is set interfaces <ifaceClass> <iface> policy , commit, save, and then upgrade from 1.3.5 to 1.4, then this happens:
trae@cr01b-vyos:~$ configure WARNING: There was a config error on boot: saving the configuration now could overwrite data. You may want to check and reload the boot config [edit] trae@cr01b-vyos# comp saved [interfaces bonding bond0] - policy
I feel like maybe it would be a smart move to prune config structures:
- when deleting configuration nodes (ex: If I had a traffic policy set, then ran delete interfaces bonding bond0 vif 123 policy route FOO, make sure to delete the policy section of the configuration assuming there is no route6, not just the route FOO part):
- when upgrading major versions
@exp Add "set" of the commands to reproduce.
Jan 21 2024
+1 for this to further VyOS use in service provider networks, and hopefully as a foundation for providing Metro Ethernet capabilities.
It could be priority https://github.com/vyos/vyos-1x/pull/2703 or another fix. I can't say exactly.
@Perihelion done
Jan 20 2024
Hi @Viacheslav I just upgraded that router from 1.5-rolling-202312191154 to 1.5-rolling-202401200023 and it now seems to successfully boot with peth0 for the dynamic dns service address.
@c-po Can we backport this to sagitta?
@Viacheslav I am not Python developer. Settings this up with tests will take much time for me.