In T5698#163675, @Apachez wrote:@shthead: Yes but when it comes to multihoming there are some additional settings that should exist aswell:
https://www.arista.com/en/um-eos/eos-vxlan-configuration#topic_ckc_dh4_ynb
redundancy single-active
vs.
redundancy all-active
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Nov 3 2023
Nov 3 2023
Viacheslav renamed T5709: IPoE-server fails if next pool mentioned but not defined from IPoE server fails if next pool mentioned but not defined to IPoE-server fails if next pool mentioned but not defined.
Nov 2 2023
Nov 2 2023
indrajitr triaged T5708: Additional dynamic dns improvements to align with ddclient 3.11.1 release as Normal priority.
n.fort changed the status of T5513: Anomalies in show firewall command after refactoring from Open to In progress.
The migration scripts still have an issue @n.fort I sent you the issues with loading a 1.4 rolling to 1.5 in slack
Good to know it worked @marc_s . Thanks for letting us know!
@shthead: Yes but when it comes to multihoming there are some additional settings that should exist aswell:
c-po moved T5707: Wireguard peer public key update leaves redundant peers and breaks connectivity from Open to Finished on the VyOS 1.5 Circinus board.
c-po added a comment to T5707: Wireguard peer public key update leaves redundant peers and breaks connectivity.
PR for VyOS 1.5 https://github.com/vyos/vyos-1x/pull/2431
c-po changed the status of T5707: Wireguard peer public key update leaves redundant peers and breaks connectivity from Open to In progress.
GitHub <noreply@github.com> committed rVYOSONEXa327526240c9: Merge pull request #2430 from vyos/mergify/bp/sagitta/pr-2427 (authored by Viacheslav).
GitHub <noreply@github.com> committed rVYOSONEX19ec98f993bd: Merge pull request #2428 from vyos/mergify/bp/sagitta/pr-2425 (authored by Viacheslav).
marc_s awarded T5541: Zone-Based Firewalling in VyOS Sagitta 1.4 a Love token.
@Viacheslav @n.fort Regarding https://github.com/vyos/vyos-1x/pull/2388: I just tested on 1.4-rolling-202311021131: ZBF config from 1.4-rolling-202304120317 loaded without a hitch.
This is a 8 zone, 959 line config.
GitHub <noreply@github.com> committed rVYOSONEX031a5c8a1b1a: Merge pull request #2416 from c-po/evpn-mh-t5698 (authored by c-po).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX27c6dce45778: T5704: PPPoE L2TP SSTP IPoE add option max-concurrent-sessions (authored by Viacheslav).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX6a10149ca56e: T5700: Fix deprecate telegraf plugin input net (authored by Viacheslav).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX8f67048adff9: T4726: Remove accel-ppp RADIUS vendor validators (authored by Viacheslav).
GitHub <noreply@github.com> committed rVYOSONEX0c86d0a94beb: Merge pull request #2427 from sever-sever/T5704 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX42d4a2d69288: Merge pull request #2425 from sever-sever/T5700 (authored by Viacheslav).
GitHub <noreply@github.com> committed rVYOSONEX78ac5efd8849: Merge pull request #2423 from sever-sever/T4726 (authored by dmbaturin).
Viacheslav changed the status of T5700: Monitoring telegraf deprecated plugins inputs outputs from Open to In progress.
Viacheslav changed the status of T5705: rsyslog - Not working when using facility=all from In progress to Needs testing.
Viacheslav changed the status of T5704: PPPoE-server add max-starting option from Open to In progress.
GitHub <noreply@github.com> committed rVYOSONEX0998a5da7b61: Merge pull request #2426 from vyos/mergify/bp/sagitta/pr-2424 (authored by c-po).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX9dfb0caaa018: T5705: rsyslog: fix error when level=all. Replace <all> with wildcard <*>, as… (authored by n.fort).
GitHub <noreply@github.com> committed rVYOSONEX4f05f701086a: Merge pull request #2424 from nicolas-fort/T5705 (authored by c-po).
I understand (and accept) the risks of running rolling.
In T5681#163634, @JeffWDH wrote:When moving from vyos-1.5-rolling-202310090023 to vyos-1.5-rolling-202311020022 all of my inbound-interfaces got dropped from my firewall config. The NAT ones got migrated successfully.
Snippet from vyos-migrate.log:
List of executed migration scripts: List of executed migration scripts: List of executed migration scripts: /opt/vyatta/etc/config-migrate/migrate/cluster/1-to-2 /opt/vyatta/etc/config-migrate/migrate/interfaces/31-to-32 /opt/vyatta/etc/config-migrate/migrate/nat/5-to-6 - op: delete path: ['nat', 'source', 'rule', '40', 'outbound-interface'] - op: set path: ['nat', 'source', 'rule', '40', 'outbound-interface', 'interface-name'] value: vtun0 replace: True - op: delete path: ['nat', 'source', 'rule', '41', 'outbound-interface'] - op: set path: ['nat', 'source', 'rule', '41', 'outbound-interface', 'interface-name'] value: vtun1 replace: True <omitted a bunch of NAT rules> /opt/vyatta/etc/config-migrate/migrate/nat/6-to-7 - op: delete path: ['nat', 'source', 'rule', '40', 'outbound-interface', 'interface-name'] - op: set path: ['nat', 'source', 'rule', '40', 'outbound-interface', 'name'] value: vtun0 replace: True - op: delete path: ['nat', 'source', 'rule', '41', 'outbound-interface', 'interface-name'] - op: set path: ['nat', 'source', 'rule', '41', 'outbound-interface', 'name'] value: vtun1 replace: True <omitted a bunch of NAT rules> /opt/vyatta/etc/config-migrate/migrate/nat66/1-to-2After readding them with the new syntax all is good, but it looks like for some reason the migration script didn't run on my system.
When moving from vyos-1.5-rolling-202310090023 to vyos-1.5-rolling-202311020022 all of my inbound-interfaces got dropped from my firewall config. The NAT ones got migrated successfully.
Part of those is fixed with telegraf update in T5701
Nov 1 2023
Nov 1 2023
Viacheslav moved T5701: Update telegraf package from Open to Finished on the VyOS 1.5 Circinus board.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXc5c35304c865: T5513: T5564: update op-mode command show firewall. Counter available for… (authored by n.fort).
Viacheslav added a comment to T4726: Add completion and validation for the accel-ppp RADIUS vendor option.
There is a bug when we use lowercase "cisco"
set service pppoe-server authentication radius rate-limit vendor 'cisco'
It doesn't work as vendor is Cisco not cisco
vyos@vyos-lns# sudo cat /usr/share/accel-ppp/radius/dictionary.cisco | grep -i vendor VENDOR Cisco
n.fort changed the status of T5705: rsyslog - Not working when using facility=all from Confirmed to In progress.
PR for 1.4 https://github.com/vyos/vyos-build/pull/451
n.fort changed the status of T5705: rsyslog - Not working when using facility=all from Open to Confirmed.
GitHub <noreply@github.com> committed rVYOSONEXf3808b28ebf2: Merge pull request #2421 from sever-sever/T5681-sagitta (authored by dmbaturin).
Fix build PR https://github.com/vyos/vyos-build/pull/450
a.apostoliuk changed the status of T5402: VRRP router with rfc3768-compatibility sends multiple ARP replies from In progress to Needs testing.
jestabro moved T5690: Change to definition of environment variable 'vyos_rootfs_dir' is incorrect from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 31 2023
Oct 31 2023
GitHub <noreply@github.com> committed rVYOSONEXeabb9c460cfa: Merge pull request #2370 from sever-sever/T1797 (authored by Viacheslav).
GitHub <noreply@github.com> committed rVYOSONEX451b530a0ec9: bridge: T5670: add missing constraint on "member interface" node (authored by rob).
GitHub <noreply@github.com> committed rVYOSONEXc7042bd0af8b: Merge pull request #2420 from rebortg/patch-1 (authored by c-po).
Viacheslav changed the status of T5586: Disable by default SNMP for Keepalived VRRP from In progress to Needs testing.
GitHub <noreply@github.com> committed rVYOSONEX67d65b70c2d6: Merge pull request #2310 from sever-sever/T5586-eq (authored by dmbaturin).
Viacheslav renamed T5702: Add ability to set include_ifmib_iface_prefix and ifmib_max_num_ifaces for SNMP from Add ability to set include_ifmib_iface_prefix for SNMP to Add ability to set include_ifmib_iface_prefix and ifmib_max_num_ifaces for SNMP.
Viacheslav changed the status of T5695: Build FRR with LUA scripts --enable-scripting option from Open to Needs testing.
c-po closed T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN as Resolved.
c-po moved T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN from Open to Finished on the VyOS 1.4 Sagitta board.
c-po closed T5699: vxlan: migrate "external" CLI know to "parameters external", a subtask of T5671: vxlan: change port to IANA assigned default port, as Resolved.
c-po moved T5699: vxlan: migrate "external" CLI know to "parameters external" from Open to Finished on the VyOS 1.4 Sagitta board.
c-po moved T5699: vxlan: migrate "external" CLI know to "parameters external" from Open to Finished on the VyOS 1.5 Circinus board.
GitHub <noreply@github.com> committed rVYOSONEX4766fc5aae39: Merge pull request #2419 from vyos/mergify/bp/sagitta/pr-2413 (authored by c-po).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX2e85b7ccef45: vxlan: T5668: add CLI knob to enable ARP/ND suppression (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX82a0067ca2d4: Merge pull request #2413 from c-po/t5668-vxlan (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEXc937ef1b220b: Merge pull request #2418 from vyos/mergify/bp/sagitta/pr-2417 (authored by c-po).
Oct 30 2023
Oct 30 2023
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX4fdecbf61b02: vxlan: T5699: migrate "external" CLI know to "parameters external" (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX18a0accde0cb: Merge pull request #2417 from c-po/vxlan-t5699 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX2d60bc124447: Merge pull request #2400 from vyos/mergify/bp/sagitta/pr-2355 (authored by Viacheslav).