- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jun 14 2025
Jun 13 2025
Version: VyOS 1.4.2 LTS
Release train: sagitta
Release flavor: generic
We are moving from legacy OpenNHRP (which is unmaintained) to an FRR solution.
Could you check the rolling release? It uses FRR nhrpd.
Could you send the minimum "set of commands" to reproduce?
Do you use a flowtable on tun or ethernet only?
Jun 12 2025
already implemented https://github.com/vyos/vyos-1x/blob/current/smoketest/scripts/cli/test_op-mode_show.py
Needs to extend it for different cases.
@HollyGurza thanks, fixed in the T7123
retested on VyOS 2025.06.06-0019-rolling works correct
Jun 11 2025
@opswill Thanks for searching! I found some more that we need to fix.
I ran into this too! This also ignores rapid-commit etc.
Unexpected pppoe-cp-dispatch errors
vyos@r14:~$ sudo vppctl show errors
Count Node Reason Severity
97 pppoe-cp-dispatch bad version and type in pppoe heade error
1 arp-reply ARP replies sent info
2 arp-reply ARP request IP4 source address lear info
173 llc-input unknown llc ssap/dsap error
vyos@r14:~$
vyos@r14:~$
vyos@r14:~$
vyos@r14:~$ sudo vppctl show errors
Count Node Reason Severity
156 pppoe-cp-dispatch bad version and type in pppoe heade error
1 arp-reply ARP replies sent info
2 arp-reply ARP request IP4 source address lear info
243 llc-input unknown llc ssap/dsap error
vyos@r14:~$I found some other commands with same errors:
vyos@vyos:~$ update container image tailscale -vbash: syntax error near unexpected token `then'
Jun 10 2025
Doesn't this feature exist in 1.5?
In T7476#226565, @badger42 wrote:@Viacheslav
can you provide an example of how to use policy route to control the source-interface of these packets?
Jun 9 2025
Yes, embedded shell scripts are incompatible with the idea to execute op mode commands through a wrapper, which is required for permission checking.
@Viacheslav
can you provide an example of how to use policy route to control the source-interface of these packets?