Page MenuHomeVyOS Platform
Feed All Stories

Apr 27 2022

c-po closed T4357: Allow free-form setting of DHCPv6 server options as Resolved.
Apr 27 2022, 7:52 PM · VyOS 1.4 Sagitta
c-po closed T4398: IPSec site-to-site generates unexpected passthrough option as Resolved.
Apr 27 2022, 7:52 PM · VyOS 1.4 Sagitta
c-po closed T4397: arp: migrate static ARP entry configuration to get_config_dict() and make it VRF aware as Resolved.
Apr 27 2022, 7:52 PM · VyOS 1.4 Sagitta
c-po moved T4397: arp: migrate static ARP entry configuration to get_config_dict() and make it VRF aware from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Apr 27 2022, 7:52 PM · VyOS 1.4 Sagitta
c-po renamed T3318: Update Linux Kernel to v5.4.208 / 5.10.142 from Update Linux Kernel to v5.4.188 / 5.10.111 to Update Linux Kernel to v5.4.191 / 5.10.113.
Apr 27 2022, 7:51 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
scj643 added a comment to T4400: Container OP mode has delete where show and update should be.

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

Apr 27 2022, 5:48 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4113: Incorrect GRUB configuration parsing.

@RyVolodya could you recheck it?

Apr 27 2022, 5:46 PM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
scj643 triaged T4400: Container OP mode has delete where show and update should be as Low priority.
Apr 27 2022, 5:20 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4399: nhrp - add or delete nhrp tunnel restart opennhrp process.

Try to replace option restart to reload-or-restart and re-configure from scratch, it may help.
https://github.com/vyos/vyos-1x/blob/363ecfa46cdb8402ea71637717863f01b09f428b/src/conf_mode/protocols_nhrp.py#L107

Apr 27 2022, 12:48 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
fernando added a comment to T4399: nhrp - add or delete nhrp tunnel restart opennhrp process.

Hub basic setting :

Apr 27 2022, 12:41 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
fernando added a comment to T4399: nhrp - add or delete nhrp tunnel restart opennhrp process.

Yes ,you need to reload the services and it works , here's an basic example with the current configuration :

Apr 27 2022, 12:38 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a comment to T2498: Expected error when deleting vif that has dhcp-server configured.

It is not only for dhcp, any service can be affected to this
There are no many check when we remove interface

Apr 27 2022, 11:54 AM · VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-GA)
SrividyaA claimed T4381: OpenVPN: Add "Tunnel IP" column in "show openvpn server" operational command.
Apr 27 2022, 10:50 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta
Viacheslav added a comment to T4399: nhrp - add or delete nhrp tunnel restart opennhrp process.

@fernando Does it work if you "reload" configuration?

Apr 27 2022, 10:17 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)

Apr 26 2022

fernando created T4399: nhrp - add or delete nhrp tunnel restart opennhrp process.
Apr 26 2022, 9:31 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a comment to T4398: IPSec site-to-site generates unexpected passthrough option.

Works as expected

Apr 26 2022, 1:44 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4395: Extend show vpn debug .

PR for 1.3
https://github.com/vyos/vyatta-op-vpn/pull/33
https://github.com/vyos/vyos-1x/pull/1303

Apr 26 2022, 1:03 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
jestabro claimed T4396: HTTP API no response after several days restarted.
Apr 26 2022, 11:26 AM · VyOS 1.4 Sagitta
jestabro closed T4235: Add config tree diff algorithm as Resolved.
Apr 26 2022, 11:23 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T1185: Firewall rulesets are ignored in RFC-compliant VRRP setups.

@pyaskowski try zone-policy firewall

Apr 26 2022, 10:31 AM · Restricted Project, Restricted Project, VyOS 1.3 Equuleus (1.3.9)
Viacheslav moved T4395: Extend show vpn debug from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Apr 26 2022, 10:00 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a project to T4395: Extend show vpn debug : VyOS 1.3 Equuleus (1.3.2).
Apr 26 2022, 10:00 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T4210: NAT source/destination negated ports throws an error as Resolved.

Fixed VyOS 1.4-rolling-202204260601

set nat source rule 10 destination port '!22,telnet,http,123,1001-1005'

nft:

oifname "eth4" tcp dport != { 22-23, 80, 123, 1001-1005 } counter packets 0 bytes 0 masquerade comment "SRC-NAT-10"
Apr 26 2022, 9:53 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4210: NAT source/destination negated ports throws an error.

VyOS 1.3.1-S1 is not affected:

table ip nat {
	chain PREROUTING {
		type nat hook prerouting priority dstnat; policy accept;
		counter packets 1 bytes 112 jump VYATTA_PRE_DNAT_HOOK
	}
Apr 26 2022, 7:13 AM · VyOS 1.4 Sagitta
Viacheslav removed a project from T4210: NAT source/destination negated ports throws an error: VyOS 1.3 Equuleus.
Apr 26 2022, 7:11 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4210: NAT source/destination negated ports throws an error from In progress to Needs testing.
Apr 26 2022, 6:22 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4156: Adding DHCP Option 13 (bootfile-size) from Open to Needs testing.
Apr 26 2022, 1:17 AM · VyOS 1.4 Sagitta
Viacheslav added a project to T4381: OpenVPN: Add "Tunnel IP" column in "show openvpn server" operational command: VyOS 1.4 Sagitta.
Apr 26 2022, 1:07 AM · VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta

Apr 25 2022

Viacheslav added a comment to T4398: IPSec site-to-site generates unexpected passthrough option.

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

Apr 25 2022, 9:18 PM · VyOS 1.4 Sagitta
c-po claimed T4398: IPSec site-to-site generates unexpected passthrough option.
Apr 25 2022, 7:17 PM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T4398: IPSec site-to-site generates unexpected passthrough option.
Apr 25 2022, 7:12 PM · VyOS 1.4 Sagitta
Viacheslav created T4398: IPSec site-to-site generates unexpected passthrough option.
Apr 25 2022, 7:11 PM · VyOS 1.4 Sagitta
c-po closed T4390: op-mode: extend "show log" and "monitor log" with additional daemons/subsystems to read journalctl logs as Resolved.
Apr 25 2022, 6:39 PM · VyOS 1.4 Sagitta
c-po closed T4391: PPPoE: IPv6 not working after system boot as Resolved.
Apr 25 2022, 6:39 PM · VyOS 1.4 Sagitta
c-po updated the task description for T4397: arp: migrate static ARP entry configuration to get_config_dict() and make it VRF aware.
Apr 25 2022, 5:25 PM · VyOS 1.4 Sagitta
c-po changed the status of T4397: arp: migrate static ARP entry configuration to get_config_dict() and make it VRF aware from Open to In progress.
Apr 25 2022, 5:17 PM · VyOS 1.4 Sagitta
c-po created T4397: arp: migrate static ARP entry configuration to get_config_dict() and make it VRF aware.
Apr 25 2022, 5:17 PM · VyOS 1.4 Sagitta
pyaskowski added a comment to T1185: Firewall rulesets are ignored in RFC-compliant VRRP setups.

Has there been any movement on this? I've been following for a while since I've noticed the behavior myself and am hoping it can be resolved at some point.

Apr 25 2022, 4:51 PM · Restricted Project, Restricted Project, VyOS 1.3 Equuleus (1.3.9)
dongjunbo created T4396: HTTP API no response after several days restarted.
Apr 25 2022, 4:05 PM · VyOS 1.4 Sagitta
v.huti claimed T4394: Improve VYOS_DEBUG profiling support.
Apr 25 2022, 2:45 PM · VyOS 1.5 Circinus, vyatta-cfg
Viacheslav added a comment to T4236: Generate ovpn openvpn client configuration files.

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

Apr 25 2022, 1:30 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4210: NAT source/destination negated ports throws an error.

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

Apr 25 2022, 11:53 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4210: NAT source/destination negated ports throws an error from Open to In progress.
Apr 25 2022, 11:22 AM · VyOS 1.4 Sagitta
Viacheslav claimed T4210: NAT source/destination negated ports throws an error.
Apr 25 2022, 11:22 AM · VyOS 1.4 Sagitta
zsdc added a member for Maintainers: v.huti.
Apr 25 2022, 10:33 AM
Viacheslav added a comment to T4392: Multiline login banner text reports error on commit.

Working fine in VyOS 1.4-rolling-202204250217

Apr 25 2022, 10:19 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4395: Extend show vpn debug .

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

Apr 25 2022, 9:31 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4395: Extend show vpn debug from Open to In progress.
Apr 25 2022, 9:00 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav created T4395: Extend show vpn debug .
Apr 25 2022, 8:41 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
v.huti updated the task description for T4394: Improve VYOS_DEBUG profiling support.
Apr 25 2022, 6:50 AM · VyOS 1.5 Circinus, vyatta-cfg
v.huti updated the task description for T4394: Improve VYOS_DEBUG profiling support.
Apr 25 2022, 6:40 AM · VyOS 1.5 Circinus, vyatta-cfg
v.huti updated the task description for T4394: Improve VYOS_DEBUG profiling support.
Apr 25 2022, 6:39 AM · VyOS 1.5 Circinus, vyatta-cfg
v.huti created T4394: Improve VYOS_DEBUG profiling support.
Apr 25 2022, 6:35 AM · VyOS 1.5 Circinus, vyatta-cfg

Apr 24 2022

Viacheslav closed T2748: "show vpn ike sa" shows state "down" when tunnel is up as Resolved N/A.
Apr 24 2022, 6:45 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T4393: sstp: add support for configuring host-name (SNI).
Apr 24 2022, 5:28 PM · VyOS 1.4 Sagitta (1.4.0-GA)
c-po triaged T4393: sstp: add support for configuring host-name (SNI) as Normal priority.
Apr 24 2022, 5:27 PM · VyOS 1.4 Sagitta (1.4.0-GA)
c-po created T4393: sstp: add support for configuring host-name (SNI).
Apr 24 2022, 5:27 PM · VyOS 1.4 Sagitta (1.4.0-GA)
ajgnet triaged T4392: Multiline login banner text reports error on commit as Low priority.
Apr 24 2022, 11:11 AM · VyOS 1.4 Sagitta
c-po updated the task description for T4390: op-mode: extend "show log" and "monitor log" with additional daemons/subsystems to read journalctl logs.
Apr 24 2022, 9:19 AM · VyOS 1.4 Sagitta
c-po changed the status of T4391: PPPoE: IPv6 not working after system boot from Open to In progress.
Apr 24 2022, 9:18 AM · VyOS 1.4 Sagitta
c-po created T4391: PPPoE: IPv6 not working after system boot.
Apr 24 2022, 9:18 AM · VyOS 1.4 Sagitta
c-po renamed T4390: op-mode: extend "show log" and "monitor log" with additional daemons/subsystems to read journalctl logs from op-mode: add "show log" and "monitor log" for pppoe interfaces to op-mode: extend "show log" and "monitor log" with additional daemons/subsystems to read journalctl logs.
Apr 24 2022, 9:00 AM · VyOS 1.4 Sagitta
c-po claimed T4390: op-mode: extend "show log" and "monitor log" with additional daemons/subsystems to read journalctl logs.
Apr 24 2022, 8:38 AM · VyOS 1.4 Sagitta
c-po created T4390: op-mode: extend "show log" and "monitor log" with additional daemons/subsystems to read journalctl logs.
Apr 24 2022, 8:38 AM · VyOS 1.4 Sagitta
Viacheslav closed T4342: "show ip ospf neighbor address x.x.x.x" gives "unknown command" error as Resolved.
Apr 24 2022, 2:01 AM · VyOS 1.4 Sagitta

Apr 23 2022

ajgnet added a comment to T2748: "show vpn ike sa" shows state "down" when tunnel is up.

Confirmed working.

Apr 23 2022, 8:50 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav closed T4386: Applying limiter on traffic-policy "in" fails, incorrectly reports mirror or redirect policy in use as Resolved.
Apr 23 2022, 5:39 PM · VyOS 1.4 Sagitta
ajgnet added a comment to T4386: Applying limiter on traffic-policy "in" fails, incorrectly reports mirror or redirect policy in use.

Confirmed working. Awesome

Apr 23 2022, 5:03 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4380: Feature Request: ocserv: 2FA OTP key generator in VyOS CLI from Open to In progress.
Apr 23 2022, 1:02 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4383: Flow Accounting returns permission error and fails to start.

I can't reproduce it VyOS 1.4-rolling-202204230217

Apr 23 2022, 12:59 PM · VyOS 1.4 Sagitta
Viacheslav added a project to T4386: Applying limiter on traffic-policy "in" fails, incorrectly reports mirror or redirect policy in use: VyOS 1.4 Sagitta.
Apr 23 2022, 12:34 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4386: Applying limiter on traffic-policy "in" fails, incorrectly reports mirror or redirect policy in use.

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

Apr 23 2022, 11:17 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4386: Applying limiter on traffic-policy "in" fails, incorrectly reports mirror or redirect policy in use from Open to In progress.
Apr 23 2022, 11:06 AM · VyOS 1.4 Sagitta

Apr 22 2022

c-po closed T4389: dhcp: add vendor option support for Ubiquity Unifi controller as Resolved.
Apr 22 2022, 8:39 PM · VyOS 1.4 Sagitta
c-po updated the task description for T4389: dhcp: add vendor option support for Ubiquity Unifi controller.
Apr 22 2022, 8:39 PM · VyOS 1.4 Sagitta
c-po updated the task description for T4389: dhcp: add vendor option support for Ubiquity Unifi controller.
Apr 22 2022, 8:29 PM · VyOS 1.4 Sagitta
c-po changed the status of T4389: dhcp: add vendor option support for Ubiquity Unifi controller from Open to In progress.
Apr 22 2022, 8:11 PM · VyOS 1.4 Sagitta
c-po created T4389: dhcp: add vendor option support for Ubiquity Unifi controller.
Apr 22 2022, 8:10 PM · VyOS 1.4 Sagitta
c-po moved T4388: dhcp-server: missing constraint on tftp-server-name option from Need Triage to In Progress on the VyOS 1.3 Equuleus (1.3.2) board.
Apr 22 2022, 8:08 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T4388: dhcp-server: missing constraint on tftp-server-name option from Need Triage to 1.3.2 on the VyOS 1.3 Equuleus board.
Apr 22 2022, 8:08 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a comment to T4388: dhcp-server: missing constraint on tftp-server-name option.

PR for 1.3 https://github.com/vyos/vyos-1x/pull/1297

Apr 22 2022, 8:08 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T4388: dhcp-server: missing constraint on tftp-server-name option from Need Triage to Finished on the VyOS 1.4 Sagitta board.
Apr 22 2022, 8:06 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po changed the status of T4357: Allow free-form setting of DHCPv6 server options from Open to Needs testing.
Apr 22 2022, 8:06 PM · VyOS 1.4 Sagitta
c-po added a comment to T4357: Allow free-form setting of DHCPv6 server options.

Confirmed working using the following CLI options with IPv6 only Cisco 7961G Phone:

Apr 22 2022, 8:05 PM · VyOS 1.4 Sagitta
c-po changed the status of T4388: dhcp-server: missing constraint on tftp-server-name option from Open to In progress.
Apr 22 2022, 7:45 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po created T4388: dhcp-server: missing constraint on tftp-server-name option.
Apr 22 2022, 7:45 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
n.fort changed the status of T4365: NAT - Error on setting up tables from Open to Needs testing.
Apr 22 2022, 5:31 PM · VyOS 1.4 Sagitta
jestabro changed the status of T4361: `vyos.config.exists()` does not work for nodes with multiple values from Backport candidate to Open.

Re-open for revision/simplification in:
https://github.com/vyos/vyos-1x/pull/1295

Apr 22 2022, 4:13 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T4377: generate tech-support archive includes previous archives.

We can solve this problem in three ways.
Now the script (https://github.com/vyos/vyatta-op/blob/29703664633a20385a077083b4393738bdcb7409/scripts/tech-support-archive) creates up to 5 versions of support archives, after which it starts deleting the previous one. The problem is that each new version of the archives contains from 1 to 4 old archives. As a result, the archive can take up a lot of space.

Apr 22 2022, 1:46 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)
ajgnet changed Issue type from internal to feature on T4387: Create additional smoketests for multiwan PBR & load-balanced configurations .
Apr 22 2022, 12:19 AM · VyOS 1.4 Sagitta
ajgnet triaged T4387: Create additional smoketests for multiwan PBR & load-balanced configurations as Normal priority.
Apr 22 2022, 12:19 AM · VyOS 1.4 Sagitta
ajgnet triaged T4386: Applying limiter on traffic-policy "in" fails, incorrectly reports mirror or redirect policy in use as Normal priority.
Apr 22 2022, 12:04 AM · VyOS 1.4 Sagitta
ajgnet created T4386: Applying limiter on traffic-policy "in" fails, incorrectly reports mirror or redirect policy in use.
Apr 22 2022, 12:04 AM · VyOS 1.4 Sagitta

Apr 21 2022

fernando changed the status of T4360: Issues on MPLS L3VPN Service Label from Open to Confirmed.
Apr 21 2022, 11:57 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.0-GA)
fernando added a comment to T4360: Issues on MPLS L3VPN Service Label.

sorry for my late reply , I've been testing this case and I could replicate the same behavior

Apr 21 2022, 11:56 PM · Restricted Project, VyOS 1.4 Sagitta (1.4.0-GA)
c-po closed T4384: pppoe: replace default-route CLI option with common CLI nodes already present for DHCP as Resolved.
Apr 21 2022, 8:15 PM · VyOS 1.4 Sagitta
billsimon added a comment to T4357: Allow free-form setting of DHCPv6 server options.

I am also not expert; I used the options as described by documentation, but do not understand DHCPD in depth.

Apr 21 2022, 6:18 PM · VyOS 1.4 Sagitta
c-po closed T4385: bgp: peer-group member cannot override remote-as of peer-group as Resolved.
Apr 21 2022, 6:17 PM · VyOS 1.4 Sagitta
c-po created T4385: bgp: peer-group member cannot override remote-as of peer-group.
Apr 21 2022, 6:16 PM · VyOS 1.4 Sagitta
c-po changed the status of T4384: pppoe: replace default-route CLI option with common CLI nodes already present for DHCP from Open to In progress.
Apr 21 2022, 5:35 PM · VyOS 1.4 Sagitta