Can you share your patch?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 24 2024
Digging into it a little, @c-po mentioned in Slack about trying https://gitlab.isc.org/isc-projects/dhcp/-/merge_requests/67 (the stalled PR). I had to fix a few things which I left as a comment on that PR just in case some else stumbles on it.
Jan 23 2024
Pr for 1.5: https://github.com/vyos/vyos-1x/pull/2887
Related?
Also, issues with the input
vyos@r4# set firewall ipv4 input filter rule 10 action accept [edit] vyos@r4# set firewall ipv4 input filter rule 10 ipsec match-ipsec [edit] vyos@r4# [edit] vyos@r4# commit [ firewall ] Failed to apply firewall: /run/nftables.conf:19:17-27: Error: No such file or directory; did you mean table ‘vyos_filter’ in family ip? delete table ip vyos_filter ^^^^^^^^^^^ /run/nftables.conf:47:18-28: Error: No such file or directory; did you mean table ‘vyos_filter’ in family ip? delete table ip6 vyos_filter ^^^^^^^^^^^ /run/nftables.conf:75:21-31: Error: No such file or directory; did you mean table ‘vyos_filter’ in family ip? delete table bridge vyos_filter ^^^^^^^^^^^
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'
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
Just as a temporary solution before a long term one is figured out, I did implement this as a post-boot script. For any one who stumbles on this
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#