VyOS 1.3 based on Debian 9 Stretch
Details
Wed, May 25
Wed, May 18
Draft PR here:
https://github.com/vyos/vyos-1x/pull/1328
Mon, May 16
Thu, May 12
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1324
Tue, May 10
Already tested config in the 1.3-rolling-202205100648 and 1.4-rolling-202205080844, behavior remains the same.
I could be wrong
@Viacheslav But in this case there is no point to use different test addresses, if the target is pinged with "interface" option.
@zedalert Tested addresses should be different, as I remember it send pings with "interface" option
So targets should be different
Sun, May 8
Duplicate T4359
Sat, May 7
Fri, May 6
1.3 fix via https://github.com/vyos/vyos-1x/pull/1318
Thu, May 5
PR for 1.3: https://github.com/vyos/vyos-build/pull/231
PR for 1.4: https://github.com/vyos/vyos-build/pull/230
Tue, May 3
Resolved in https://github.com/vyos/vyos-cloud-init/pull/54
Apr 26 2022
Apr 25 2022
Apr 22 2022
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1297
Re-open for revision/simplification in:
https://github.com/vyos/vyos-1x/pull/1295
Apr 21 2022
Backported to equuleus branch of vyos1x-config:
https://github.com/vyos/vyos1x-config/commit/8ad21f6c7e6f37edeca137b2a7dc7c3f7ffc6a20
Apr 20 2022
Apr 19 2022
The answer was found https://github.com/influxdata/telegraf/issues/3465
Thanks @jestabro
Fixed
[email protected]:~$ show conf com | match dhcp set service dhcp-server shared-network-name NET_01 authoritative set service dhcp-server shared-network-name NET_01 name-server '1.1.1.1' set service dhcp-server shared-network-name NET_01 subnet 192.0.2.0/24 range R1 start '192.0.2.21' set service dhcp-server shared-network-name NET_01 subnet 192.0.2.0/24 range R1 stop '192.0.2.254' [email protected]:~$ [email protected]:~$ show dhcp server leases IP address Hardware address State Lease start Lease expiration Remaining Pool Hostname ------------ ------------------ ------- ------------------- ------------------- ----------- ------ ---------- 192.0.2.27 50:08:00:06:00:02 active 2022/04/19 12:04:19 2022/04/20 12:04:19 23:59:27 NET_01 vyos [email protected]:~$ [email protected]:~$ show dhcp server statistics Pool Size Leases Available Usage ------ ------ -------- ----------- ------- NET_01 234 1 233 0% [email protected]:~$
Apr 18 2022
udpate PR for 1.3 https://github.com/vyos/vyos-1x/pull/1288
Apr 16 2022
Apr 15 2022
Apr 14 2022
Apr 13 2022
For some reason is_bond_member is not in the configuration after the description
eth2 with option is_bond_member
eth3 without option is_bond_member
############## MY DEBUG START: {'description': 'fofof', 'duplex': 'auto', 'hw_id': '50:08:00:01:00:03', 'ifname': 'eth3', 'ip': {'arp_cache_timeout': '30'}, 'mtu': '1500', 'speed': 'auto'} ####### MY DEBUG END #######