Page MenuHomeVyOS Platform
Feed All Stories

Nov 12 2023

c-po changed the status of T5733: pim(6): rewrite FRR PIM daemon configuration to get_config_dict() and add missing IGMP features from Open to In progress.
Nov 12 2023, 9:26 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
c-po created T5733: pim(6): rewrite FRR PIM daemon configuration to get_config_dict() and add missing IGMP features.
Nov 12 2023, 9:26 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
syncer lowered the priority of T5689: FRR 9.0.1 in VyOS current segfaults on show rpki prefix $prefix from High to Normal.
Nov 12 2023, 8:43 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
syncer assigned T5689: FRR 9.0.1 in VyOS current segfaults on show rpki prefix $prefix to Viacheslav.
Nov 12 2023, 8:42 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 11 2023

Viacheslav changed the status of T5724: About dhcp client hooks from In progress to Needs testing.
Nov 11 2023, 12:04 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a project to T4990: Commit results may not be properly saved if power is cut immediately after a successful commit: VyOS 1.3 Equuleus (1.3.5).
Nov 11 2023, 10:55 AM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
Viacheslav changed the status of T5724: About dhcp client hooks from Open to In progress.
Nov 11 2023, 10:26 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
giuavo added a comment to T5724: About dhcp client hooks.

That is my first PR; please, let me know if you need something else.

Nov 11 2023, 10:19 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5643: NAT - Allow interface groups on nat rules.

@twan it was backported https://github.com/vyos/vyos-1x/pull/2400

Nov 11 2023, 9:47 AM · VyOS 1.5 Circinus
twan added a comment to T5643: NAT - Allow interface groups on nat rules.

Will this feature be backported to 1.4?

Nov 11 2023, 9:39 AM · VyOS 1.5 Circinus
syncer assigned T5728: Improve compatibility between OpenVPN on VyOS 1.5 and OpenVPN Connect Client to Viacheslav.
Nov 11 2023, 6:40 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
syncer triaged T5728: Improve compatibility between OpenVPN on VyOS 1.5 and OpenVPN Connect Client as Normal priority.
Nov 11 2023, 6:39 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
JeffWDH created T5732: generate firewall rule-resequence drops geoip country-code from output.
Nov 11 2023, 12:28 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus

Nov 10 2023

jestabro updated the task description for T5731: Add ability to call config dependencies by canonical function instead of whole script.
Nov 10 2023, 5:50 PM · VyOS 1.5 Circinus
jestabro added a subtask for T5660: Remove redundant calls to config dependency scripts: T5731: Add ability to call config dependencies by canonical function instead of whole script.
Nov 10 2023, 5:25 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a subtask for T5666: Provide list of config-mode scripts scheduled for proposed commit: T5731: Add ability to call config dependencies by canonical function instead of whole script.
Nov 10 2023, 5:25 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
jestabro added parent tasks for T5731: Add ability to call config dependencies by canonical function instead of whole script: T5666: Provide list of config-mode scripts scheduled for proposed commit, T5660: Remove redundant calls to config dependency scripts.
Nov 10 2023, 5:25 PM · VyOS 1.5 Circinus
jestabro created T5731: Add ability to call config dependencies by canonical function instead of whole script.
Nov 10 2023, 5:25 PM · VyOS 1.5 Circinus
JeffWDH added a comment to T5730: Add ability for VyOS to sendmail.

Here is another candidate, although msmtp still looks like a better choice:
https://wiki.debian.org/nullmailer

Nov 10 2023, 3:37 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5708: Additional dynamic dns improvements to align with ddclient 3.11.1 release.

@indrajitr could you recheck smoketests?

 DEBUG - ----------------------------------------------------------------------
DEBUG - Ran 3 tests in 7.616s
DEBUG - 
DEBUG - OK
DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_service_dns_dynamic.py
DEBUG - test_01_dyndns_service_standard (__main__.TestServiceDDNS.test_01_dyndns_service_standard) ... ok
DEBUG - test_02_dyndns_service_ipv6 (__main__.TestServiceDDNS.test_02_dyndns_service_ipv6) ... ok
DEBUG - test_03_dyndns_service_dual_stack (__main__.TestServiceDDNS.test_03_dyndns_service_dual_stack) ... ok
DEBUG - test_04_dyndns_rfc2136 (__main__.TestServiceDDNS.test_04_dyndns_rfc2136) ... ok
DEBUG - test_05_dyndns_hostname (__main__.TestServiceDDNS.test_05_dyndns_hostname) ... ok
DEBUG - test_06_dyndns_web_options (__main__.TestServiceDDNS.test_06_dyndns_web_options) ... ok
DEBUG - test_07_dyndns_vrf (__main__.TestServiceDDNS.test_07_dyndns_vrf) ... ERROR
DEBUG - test_07_dyndns_vrf (__main__.TestServiceDDNS.test_07_dyndns_vrf) ... FAIL
DEBUG - 
DEBUG - ======================================================================
DEBUG - ERROR: test_07_dyndns_vrf (__main__.TestServiceDDNS.test_07_dyndns_vrf)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/test_service_dns_dynamic.py", line 304, in test_07_dyndns_vrf
DEBUG -     self.cli_set(['vrf', 'name', vrf_name, 'table', vrf_table])
DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/base_vyostest_shim.py", line 68, in cli_set
DEBUG -     self._session.set(config)
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/configsession.py", line 150, in set
DEBUG -     self.__run_command([SET] + path + value)
DEBUG -   File "/usr/lib/python3/dist-packages/vyos/configsession.py", line 139, in __run_command
DEBUG -     raise ConfigSessionError(output)
DEBUG - vyos.configsession.ConfigSessionError: Number is not in any of allowed ranges
DEBUG - 
DEBUG - 
DEBUG - 
DEBUG - VRF routing table must be in range from 100 to 65535
DEBUG - Value validation failed
DEBUG - Set failed
DEBUG - 
DEBUG - 
DEBUG - ======================================================================
DEBUG - FAIL: test_07_dyndns_vrf (__main__.TestServiceDDNS.test_07_dyndns_vrf)
DEBUG - ----------------------------------------------------------------------
DEBUG - Traceback (most recent call last):
DEBUG -   File "/usr/libexec/vyos/tests/smoke/cli/test_service_dns_dynamic.py", line 50, in tearDown
DEBUG -     self.assertTrue(process_running(DDCLIENT_PID))
DEBUG - AssertionError: False is not true
DEBUG - 
DEBUG - ----------------------------------------------------------------------
Nov 10 2023, 2:02 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez created T5730: Add ability for VyOS to sendmail.
Nov 10 2023, 2:01 PM · VyOS 1.5 Circinus
n.fort changed the status of T5729: Firewall, nat and policy route - Switch to valueless from Open to In progress.
Nov 10 2023, 11:47 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort created T5729: Firewall, nat and policy route - Switch to valueless.
Nov 10 2023, 11:47 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav updated the task description for T4712: Collaborative Protection Profile cPP for Network Devices root task.
Nov 10 2023, 10:55 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T5425: enable VRF for conntrack-sync.

Yes I mean sudo ip vrf exec FOO /usr/sbin/conntrackd -C /run/conntrackd/conntrackd.conf

Nov 10 2023, 8:21 AM · VyOS 1.5 Circinus, vyatta-conntrack-sync
Restricted Repository Identity closed T5727: validator: Use native URL validator instead of regex-based validator as Resolved by committing Restricted Diffusion Commit.
Nov 10 2023, 7:04 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
I-n-d-y added a comment to T5425: enable VRF for conntrack-sync.

It has been a while since I had setup the HA VRF. I attached the interfaces on both routers to use this VRF but then conntrack-sync wasn't woking anymore. Do you mean if I had also tried to manually start the service and configure it to use this VRF?

Nov 10 2023, 6:46 AM · VyOS 1.5 Circinus, vyatta-conntrack-sync
watson.ash created T5728: Improve compatibility between OpenVPN on VyOS 1.5 and OpenVPN Connect Client.
Nov 10 2023, 2:24 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5167: Add a simple file server.

PR https://github.com/vyos/vyos-1x/pull/2469

set service file-server listen-address 0.0.0.0
set service file-server port 8000
set service file-server directory '/tmp'
Nov 10 2023, 1:36 AM · VyOS 1.5 Circinus

Nov 9 2023

indrajitr claimed T5727: validator: Use native URL validator instead of regex-based validator.
Nov 9 2023, 10:01 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
indrajitr created T5727: validator: Use native URL validator instead of regex-based validator.
Nov 9 2023, 10:01 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5167: Add a simple file server from Open to In progress.
Nov 9 2023, 9:59 PM · VyOS 1.5 Circinus
jestabro claimed T5726: HTTPS API image cannot be updated.
Nov 9 2023, 8:14 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav updated the task description for T5726: HTTPS API image cannot be updated.
Nov 9 2023, 8:10 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav created T5726: HTTPS API image cannot be updated.
Nov 9 2023, 8:10 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5725: protocol IS-IS configuration is empty if a tunnel does not have remote address.

It seems to be a bug in the FRR that delete isisd configuration completely

router isis VyOS
 net 49.0001.1920.0200.0011.00
 lsp-mtu 1460
 redistribute ipv4 connected level-2
!
!
interface eth1
 ip router isis VyOS
 ipv6 router isis VyOS
!
interface tun0
 ip router isis VyOS
 ipv6 router isis VyOS
!

check

r1# conf t
r1(config)# router isis VyOS
r1(config-router)#  net 49.0001.1920.0200.0011.00
r1(config-router)#  lsp-mtu 1460
r1(config-router)#  redistribute ipv4 connected level-2
r1(config-router)# !
r1(config-router)# !
r1(config-router)# interface eth1
r1(config-if)#  ip router isis VyOS
r1(config-if)#  ipv6 router isis VyOS
r1(config-if)# !
r1(config-if)# interface tun0
r1(config-if)#  ip router isis VyOS
vtysh: error reading from isisd: Success (0)Warning: closing connection to isisd because of an I/O error!
r1(config-if)#  ipv6 router isis VyOS
Warning: connecting to isisd...failed!
isisd is not running
r1(config-if)# !
r1(config-if)# end
Warning: connecting to isisd...failed!
r1# 
r1#
Nov 9 2023, 11:55 AM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav renamed T5725: protocol IS-IS configuration is empty if a tunnel does not have remote address from protocol IS-IS configuration is empty to protocol IS-IS configuration is empty if a tunnel does not have remote address.
Nov 9 2023, 11:39 AM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav updated the task description for T5725: protocol IS-IS configuration is empty if a tunnel does not have remote address.
Nov 9 2023, 11:38 AM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav edited projects for T5725: protocol IS-IS configuration is empty if a tunnel does not have remote address, added: VyOS 1.3 Equuleus (1.3.5); removed VyOS 1.3 Equuleus.
Nov 9 2023, 11:23 AM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav created T5725: protocol IS-IS configuration is empty if a tunnel does not have remote address.
Nov 9 2023, 11:23 AM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
giuavo added a comment to T5724: About dhcp client hooks.

OK, I will.

Nov 9 2023, 9:55 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5425: enable VRF for conntrack-sync.

Did you try to start this service in VRF?

Nov 9 2023, 7:43 AM · VyOS 1.5 Circinus, vyatta-conntrack-sync
Viacheslav moved T5648: ldpd neighbour template errors from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Nov 9 2023, 7:41 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav moved T5648: ldpd neighbour template errors from Need Triage to Finished on the VyOS 1.5 Circinus board.
Nov 9 2023, 7:41 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5724: About dhcp client hooks.

Create please a PR if it works for you.

Nov 9 2023, 7:41 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 8 2023

qdrddr added a comment to T5493: Add capability to use local and external dynamic-lists for firewall rules but also for various policies such as access-list, route-maps etc..

++

Nov 8 2023, 7:57 PM · VyOS 1.5 Circinus
qdrddr added a comment to T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used.

++

Nov 8 2023, 7:57 PM · Restricted Project, VyOS 1.5 Circinus
qdrddr added a comment to T5425: enable VRF for conntrack-sync.
Nov 8 2023, 7:56 PM · VyOS 1.5 Circinus, vyatta-conntrack-sync
qdrddr added a comment to T5044: High Availability in DHCPv6 -ISC DHCP Failover/Kea.

++

Nov 8 2023, 7:55 PM · VyOS 1.5 Circinus
fernando changed the status of T5563: container: Container environment variable cannot be set from Open to Needs testing.

I've tested this flag in both version 1.4 / 1.5 , it seems to work as expected :

Nov 8 2023, 7:52 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
fernando added a project to T5563: container: Container environment variable cannot be set: VyOS 1.5 Circinus.
Nov 8 2023, 7:50 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
qdrddr added a comment to T5425: enable VRF for conntrack-sync.

Make sure conntrack-sync works with active-active HA configuration with BGP environment & IPv6

Nov 8 2023, 7:43 PM · VyOS 1.5 Circinus, vyatta-conntrack-sync
n.fort closed T4864: `show firewall` command errors as Resolved.

Command show zone-policy is no longer available in 1.4, and neither in 1.5
I'm closing this task.

Nov 8 2023, 7:26 PM · VyOS 1.4 Sagitta
n.fort closed T5513: Anomalies in show firewall command after refactoring as Resolved.
Nov 8 2023, 7:08 PM · VyOS 1.4 Sagitta
fernando closed T5648: ldpd neighbour template errors as Resolved.
Nov 8 2023, 7:07 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando added a comment to T5648: ldpd neighbour template errors.

tested on 1.4-rolling-202311080309

Nov 8 2023, 7:07 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort closed T5541: Zone-Based Firewalling in VyOS Sagitta 1.4 as Resolved.

I'm marking this one as resolved since ZBF was already re-introduced.

Nov 8 2023, 7:07 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort added a comment to T5550: Source validation on interface does not work properly.

Can we mark this one as resolved for 1.5? Seems it wasn't back-ported yet to Saggita @sdev

Nov 8 2023, 7:04 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
n.fort closed T5564: Both show firewall group and show firewall summary fails as Resolved.
Nov 8 2023, 6:58 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez closed T5693: Adding variable vyos_persistence_dir (and improve variable vyos_rootfs_dir) as Resolved.

Verified with VyOS 1.5-rolling-202311081451.

Nov 8 2023, 6:06 PM · VyOS 1.5 Circinus
Viacheslav added a project to T5724: About dhcp client hooks: VyOS 1.5 Circinus.
Nov 8 2023, 4:47 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5715: IPSec VPN: restart vpn is not working from Open to In progress.
Nov 8 2023, 4:34 PM · VyOS 1.3 Equuleus (1.3.6)
giuavo created T5724: About dhcp client hooks.
Nov 8 2023, 3:46 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
SrividyaA added a comment to T5715: IPSec VPN: restart vpn is not working.

submitted PR: https://github.com/vyos/vyatta-op-vpn/pull/37

Nov 8 2023, 10:13 AM · VyOS 1.3 Equuleus (1.3.6)
tjjh89017 added a comment to T5668: Disable VXLAN bridge learning and enable neigh_suppress when using EVPN.

@c-po It seems you only implement the "type bridge_slave neigh_suppress on"
And "type bridge_slave learning on" is not implemented in this PR.
Will you add this also?
Thank you

Nov 8 2023, 9:16 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav moved T5716: PPPoE-server shaper template bug down-limiter option does not rely on fwmark from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Nov 8 2023, 8:33 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a project to T5716: PPPoE-server shaper template bug down-limiter option does not rely on fwmark: VyOS 1.4 Sagitta.
Nov 8 2023, 8:33 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5716: PPPoE-server shaper template bug down-limiter option does not rely on fwmark as Resolved.
Nov 8 2023, 8:32 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav moved T5559: Selective proxy-arp/proxy-ndp when doing SNAT/DNAT from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Nov 8 2023, 8:31 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5559: Selective proxy-arp/proxy-ndp when doing SNAT/DNAT as Resolved.
Nov 8 2023, 8:31 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5559: Selective proxy-arp/proxy-ndp when doing SNAT/DNAT.
set protocols static neighbor-proxy arp 192.0.2.1 interface eth1

check

vyos@r4# sudo ip nei show proxy
192.0.2.1 dev eth1 proxy 
[edit]
vyos@r4#
Nov 8 2023, 8:31 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T5702: Add ability to set include_ifmib_iface_prefix and ifmib_max_num_ifaces for SNMP from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Nov 8 2023, 8:29 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5702: Add ability to set include_ifmib_iface_prefix and ifmib_max_num_ifaces for SNMP as Resolved.
Nov 8 2023, 8:29 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav moved T5720: PPPoE-server adding new interface does not work from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Nov 8 2023, 8:23 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav closed T5720: PPPoE-server adding new interface does not work as Resolved.
Nov 8 2023, 8:23 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
giga1699 added a comment to T5715: IPSec VPN: restart vpn is not working.

It looks like maybe there’s just some op mode command changes.

Nov 8 2023, 4:46 AM · VyOS 1.3 Equuleus (1.3.6)

Nov 7 2023

indrajitr added a project to T5723: mdns repeater: Always reload systemd daemon before applying changes: VyOS 1.5 Circinus.
Nov 7 2023, 9:03 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
indrajitr triaged T5723: mdns repeater: Always reload systemd daemon before applying changes as Normal priority.
Nov 7 2023, 9:01 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5706: Systemd-udevd high CPU utilization for multiple dynamic ppp/l2tp/ipoe interfaces from In progress to Needs testing.
Nov 7 2023, 7:41 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
JeffWDH added a comment to T5681: Interface match - Simplified and unified cli.

According to firewall-version.xml.i, the firewall config version was not updated to 12. Was this intentional?

Nov 7 2023, 12:58 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
giuavo updated the task description for T5722: Commit failure when trying to add a route in failover if the gateway is not in the same interface network.
Nov 7 2023, 11:43 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
giuavo added a comment to T5722: Commit failure when trying to add a route in failover if the gateway is not in the same interface network.

@Viacheslav My addition of the onlink option is really brute-force, applied blindly to everything just to see if that was a solution and give you more information. I do not think my "fix" is really ready for a PR.

Nov 7 2023, 11:42 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a project to T5722: Commit failure when trying to add a route in failover if the gateway is not in the same interface network: VyOS 1.5 Circinus.
Nov 7 2023, 11:37 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T5722: Commit failure when trying to add a route in failover if the gateway is not in the same interface network.

@giuavo I didn't test "default route", only regular routes for some prefixes, and it worked.
Could you create a PR?

Nov 7 2023, 11:36 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T5720: PPPoE-server adding new interface does not work.

PR https://github.com/vyos/vyos-1x/pull/2453

Nov 7 2023, 11:11 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk closed T5586: Disable by default SNMP for Keepalived VRRP as Resolved.
Nov 7 2023, 11:02 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
a.apostoliuk added a comment to T5586: Disable by default SNMP for Keepalived VRRP.

Tested in 1.3. Everything works

Nov 7 2023, 11:00 AM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta, VyOS 1.5 Circinus
giuavo created T5722: Commit failure when trying to add a route in failover if the gateway is not in the same interface network.
Nov 7 2023, 10:06 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
giuavo created T5721: Error in migrating configuration from VyOS 1.4.
Nov 7 2023, 9:45 AM · VyOS 1.5 Circinus
a.apostoliuk added a comment to T5402: VRRP router with rfc3768-compatibility sends multiple ARP replies .

Tested in 1.5

Nov 7 2023, 9:21 AM · VyOS 1.5 Circinus, VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
Viacheslav added a project to T5720: PPPoE-server adding new interface does not work: VyOS 1.4 Sagitta.
Nov 7 2023, 7:34 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav created T5720: PPPoE-server adding new interface does not work.
Nov 7 2023, 7:34 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav added a comment to T5648: ldpd neighbour template errors.

Backport to 1.4 https://github.com/vyos/vyos-1x/pull/2449

Nov 7 2023, 7:09 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
devon added a comment to T5648: ldpd neighbour template errors.

It's fixed in 1.5-rolling-202311060023 but the bug is still present in 1.4.

Nov 7 2023, 5:55 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
indrajitr triaged T5719: mdns repeater: Add op-mode commands as Normal priority.
Nov 7 2023, 1:18 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta

Nov 6 2023

Apachez added a comment to T5471: Conntrack logging doesnt seem to be working.

I would mainly want to log new conntrack entries for various reasons.

Nov 6 2023, 9:27 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.5 Circinus
c-po closed T4269: node.def generator should automatically add default values as Resolved.
Nov 6 2023, 8:23 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
c-po claimed T5718: Add netlink wrapper to talk to the Kernel.
Nov 6 2023, 8:19 PM · Restricted Project, VyOS 1.5 Circinus
c-po created T5718: Add netlink wrapper to talk to the Kernel.
Nov 6 2023, 8:19 PM · Restricted Project, VyOS 1.5 Circinus
c-po closed T5707: Wireguard peer public key update leaves redundant peers and breaks connectivity as Resolved.
Nov 6 2023, 8:17 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus