PR:
https://github.com/vyos/vyos-http-api-tools/pull/21
will replace the auto-generated
https://github.com/vyos/vyos-http-api-tools/pull/20
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Dec 3 2024
Still reproducible in a sagitta build from 2024-12-02.
If you test it and find it's not fixed, please add it to branches where it still appears.
1.1.8 is unsupported now.
Seen in time to pull back the RIPE Labs article on automating V4LESS-AS with VyOS and spending my end-year holidays re-building my automation on another stack. -.-'
I prepared a service to log some network events including changing link status.
to configure service:
conf set service monitoring network-event event addr set service monitoring network-event event link set service monitoring network-event event neigh set service monitoring network-event event route set service monitoring network-event event rule commit
to check change status:
vyos@vyos:~$ sudo ip link set down dev eth1 vyos@vyos:~$ sudo ip link set up dev eth1 vyos@vyos:~$ show interfaces ethernet eth1 event-log link Dec 03 09:30:09 vyos-network-event-logger[21158]: [LINK] 3: eth1: <BROADCAST,MULTICAST> mtu 1500 qdisc fq_codel state DOWN group 0 link/ether 0c:89:0a:2e:00:01 brd ff:ff:ff:ff:ff:ff [altname enp0s4] [altname ens4] Dec 03 09:30:14 vyos-network-event-logger[21158]: [LINK] 3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group 0 link/ether 0c:89:0a:2e:00:01 brd ff:ff:ff:ff:ff:ff [altname enp0s4] [altname ens4]
Dec 2 2024
Investigating a little bit show big time diff here
LTS release package repositories are permanently closed for public access.
https://forum.vyos.io/t/lts-release-package-repositories-permanently-closed-for-public-access/
Dec 1 2024
I came up with a possible solution:
Here are some config commands I used with my ubnt plugin