@mbailey Can you check it in 1.3.0-rc6?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Sep 7 2021
Same happens to other op-mode commands:
Fixed in T3217
Sep 6 2021
When there is an example for operator rest api commands I could add some functionality.
But the architecture for such operations should be provided by someone who is deeper involved in the vyos roadmap.
Required migration script to set commands to proper AFI.
Maybe disable sent "accounting messages" by default and enable it as a configuration option explicitly?
PR for 1.3 https://github.com/vyos/vyos-1x/pull/998
@francis Can you check 1.3.0-rc6?
We tested this on 1.4-rolling-202103040218 on our router, unfortunately as this is a production device I couldn't spend long diagnosing this. After upgrading the system image the device didn't come back up (I have layer 2 connectivity to the device via a VLAN on eth1 normally). So I logged in via our serial console and did a show interfaces
If to use modified Regex --regex \'^((eth|lan)[0-9]+|(eth)[0-9]v.+|(eno|ens|enp|enx).+)$\'
https://github.com/vyos/vyos-1x/blob/10814c4d3360598262e991e4b20768dfcde91d75/interface-definitions/interfaces-ethernet.xml.in#L17
Sep 5 2021
Sep 4 2021
The patch worked up through vyos-1.3-beta-202108311126. It stopped
Client should also enable "SLAAC"
Works as expected it seems https://serverfault.com/a/918480 and https://teamarin.net/2018/06/25/common-mistake-dhcpv6/
Duplicate of T3772
Updated default response to "No"
I don't see any issue yet with multiple static addresses
vyos@r4-1.3:~$ show interfaces
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
eth0 192.168.122.14/24 u/u FOO-BAR
eth1 192.0.2.14/24 u/u FOO
100.64.5.1/24
100.64.6.1/24
2001:db8::199/128adminuser@vyos:~$ show interfaces ethernet eth2
eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 52:54:00:bf:64:0b brd ff:ff:ff:ff:ff:ff inet XX.XXX.XXX.210/28 brd 98.187.179.223 scope global eth2 valid_lft forever preferred_lft forever inet XX.XXX.XXX.212/28 brd 98.187.179.223 scope global secondary eth2 valid_lft forever preferred_lft forever inet XX.XXX.XXX.213/28 brd 98.187.179.223 scope global secondary eth2 valid_lft forever preferred_lft forever inet XX.XXX.XXX.217/28 brd 98.187.179.223 scope global secondary eth2 valid_lft forever preferred_lft forever inet6 fe80::5054:ff:febf:640b/64 scope link valid_lft forever preferred_lft forever Description: WAN Network Interface
I was hoping to get that as well (and have in the past). What could be causing the problem?
I get dhcpv6 address in 1.3.0-rc6 but with prefix /128
vyos@r4-1.3# run show int
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface IP Address S/L Description
--------- ---------- --- -----------
eth0 192.168.122.14/24 u/u FOO-BAR
eth1 192.0.2.14/24 u/u FOO
2001:db8::199/128Sep 3 2021
PR for equuleus https://github.com/vyos/vyos-1x/pull/994
It is working with the dashes, so for now we will not change this, it may break something else.