Page MenuHomeVyOS Platform
Feed Search

May 21 2022

c-po closed T4437: flow-accounting: support IPv6 flow collectors as Resolved.
May 21 2022, 5:14 PM · VyOS 1.4 Sagitta
c-po changed the status of T4437: flow-accounting: support IPv6 flow collectors from Open to In progress.
May 21 2022, 4:53 PM · VyOS 1.4 Sagitta
c-po created T4437: flow-accounting: support IPv6 flow collectors.
May 21 2022, 4:53 PM · VyOS 1.4 Sagitta

May 20 2022

fernando closed T4436: BGP/VRF - not enable peer on address-family as Not Applicable.
May 20 2022, 7:05 PM · VyOS 1.4 Sagitta
fernando created T4436: BGP/VRF - not enable peer on address-family .
May 20 2022, 6:40 PM · VyOS 1.4 Sagitta
Viacheslav renamed T4435: Policy route and firewall - error when using undefined group from Policy route without definded port-group erros to Policy route without defined port-group error.
May 20 2022, 4:16 PM · VyOS 1.4 Sagitta
Viacheslav created T4435: Policy route and firewall - error when using undefined group.
May 20 2022, 4:16 PM · VyOS 1.4 Sagitta
Viacheslav reopened T3522: policy based routing not working, a subtask of T3505: Commits do not respect changes in FRR that are not stored in a config, as Open.
May 20 2022, 3:58 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav reopened T3522: policy based routing not working as "Open".
May 20 2022, 3:58 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
Viacheslav closed T3522: policy based routing not working, a subtask of T3505: Commits do not respect changes in FRR that are not stored in a config, as Resolved.
May 20 2022, 3:56 PM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav closed T3522: policy based routing not working as Resolved.
May 20 2022, 3:56 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
Viacheslav closed T4418: Telegraf - output Plugin azure-data-explorer as Resolved.
May 20 2022, 3:34 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4431: route-map with match ip + ipv6 in same rule results in no advertisement of either.

FRR match always mean logical AND

May 20 2022, 2:06 PM · VyOS 1.4 Sagitta

May 19 2022

Viacheslav added a comment to T3933: The firewall does not filter incoming traffic on the interface with vrf..

There is an issue with vrf device for LOCAL direction
Imagine if you have 50 interfaces in one VRF and you want to drop all traffic from one interface for example - eth2 and don't touch other interfaces
You set firewall on eth2 Local - drop all traffic for device vrf and it will be affected to another 49 interfaces as iifname VRF_DEVICE the same

May 19 2022, 9:49 PM · Bugs, VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-GA), Restricted Project
c-po closed T4434: DMVPN: cisco-authentication password length is 8 characters as Resolved.
May 19 2022, 7:43 PM · VyOS 1.4 Sagitta
c-po claimed T4434: DMVPN: cisco-authentication password length is 8 characters.
May 19 2022, 6:52 PM · VyOS 1.4 Sagitta
c-po created T4434: DMVPN: cisco-authentication password length is 8 characters.
May 19 2022, 6:49 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3933: The firewall does not filter incoming traffic on the interface with vrf..

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

set firewall name FOO default-action 'accept'
set firewall name FOO description 'desc'
set firewall name FOO rule 10 action 'drop'
set firewall name FOO rule 10 source address '8.8.8.8'
set interfaces ethernet eth0 firewall local name 'FOO'
set interfaces ethernet eth0 vrf 'ONE'
set vrf name ONE table '150'

Check:

table ip filter {
	chain VYOS_FW_LOCAL {
		type filter hook input priority filter; policy accept;
		iifname "ONE" counter packets 63 bytes 6024 jump NAME_FOO
		jump VYOS_POST_FW
	}
...
	chain NAME_FOO {
		ip saddr 8.8.8.8 counter packets 79 bytes 6636 drop comment "FOO-10"
		counter packets 3 bytes 984 return comment "FOO default-action accept"
	}
}
May 19 2022, 6:33 PM · Bugs, VyOS 1.3 Equuleus (1.3.9), VyOS 1.4 Sagitta (1.4.0-GA), Restricted Project
c-po assigned T4433: XML: make node validator mandatory to dmbaturin.
May 19 2022, 6:04 PM · VyOS Rolling
c-po created T4433: XML: make node validator mandatory.
May 19 2022, 6:04 PM · VyOS Rolling
dmbaturin added a comment to T4421: Add support for floating point numbers in the numeric validator.

https://github.com/vyos/vyos-utils/commit/5bbda46493d0c11c8a90e50a68c9788a7488345e
https://github.com/vyos/vyos-utils/commit/4aa302a05fad95f3d13eb2ff20bbfee88c32e7ff

May 19 2022, 1:18 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dmbaturin closed T4334: Make the config lexer reentrant as Resolved.
May 19 2022, 1:17 PM · VyOS 1.4 Sagitta
dmbaturin created T4432: Display load average normalized according to the number of CPU cores.
May 19 2022, 10:46 AM · VyOS 1.4 Sagitta
dmbaturin closed T3938: Rewrite the uptime script in Python to allow using it as a library as Resolved.
May 19 2022, 10:01 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T2194: "show firewall" garbled output, a subtask of T2199: Rewrite firewall in new XML/Python style, from Open to Needs testing.
May 19 2022, 2:28 AM · VyOS 1.4 Sagitta (1.4.0-epa2)

May 18 2022

jestabro added a comment to T4316: Update save-config/load-config.

Draft PR here:
https://github.com/vyos/vyos-1x/pull/1328

May 18 2022, 8:51 PM · VyOS Rolling
bbabich created T4431: route-map with match ip + ipv6 in same rule results in no advertisement of either.
May 18 2022, 8:12 AM · VyOS 1.4 Sagitta

May 17 2022

Viacheslav added a comment to T970: Support matching domain name in firewall rules.

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

May 17 2022, 10:04 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro added a comment to T4413: Add an API endpoint with basic system stats.

Details of adding a query such as this (20 lines of meaningful code/50 of boilerplate):
https://github.com/vyos/vyos-1x/commit/b62f5df2c796d0567b370e27fcec2005a02a4cd3

May 17 2022, 9:04 PM · VyOS 1.4 Sagitta
jestabro added a comment to T4413: Add an API endpoint with basic system stats.

An initial implementation has been provided to Andrew Moshensky for testing with the local UI.

May 17 2022, 6:52 PM · VyOS 1.4 Sagitta
Viacheslav closed T4424: policy local-route6 shows ipv4 format as Resolved.
May 17 2022, 11:49 AM · VyOS 1.4 Sagitta
Viacheslav updated the task description for T4429: Ability to detect external IP address from op-mode.
May 17 2022, 11:43 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav changed the status of T4429: Ability to detect external IP address from op-mode from Open to In progress.
May 17 2022, 11:34 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4429: Ability to detect external IP address from op-mode.

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

May 17 2022, 11:27 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav created T4429: Ability to detect external IP address from op-mode.
May 17 2022, 10:24 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
shaferstockton created T4428: Update ddclient to newer version.
May 17 2022, 3:09 AM · VyOS 1.4 Sagitta

May 16 2022

Cheeze_It added a comment to T4257: Discussion on changing BGP autonomous system number syntax.

@c-po, lets run with "system-as"

May 16 2022, 11:14 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4373: PPPoE-server add multiplier option for shaper from In progress to Needs testing.

Need testing:

set service pppoe-server authentication mode 'radius'
set service pppoe-server authentication radius rate-limit attribute 'Mikrotik-Rate-Limit'
set service pppoe-server authentication radius rate-limit enable
set service pppoe-server authentication radius rate-limit multiplier '0.001'
set service pppoe-server authentication radius rate-limit vendor 'Mikrotik'
set service pppoe-server authentication radius server 192.0.2.1 key 'foo'
set service pppoe-server client-ip-pool start '192.0.2.5'
set service pppoe-server client-ip-pool stop '192.0.2.254'
set service pppoe-server gateway-address '192.0.2.1'
set service pppoe-server interface eth3

Or any live example

May 16 2022, 5:26 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a project to T4421: Add support for floating point numbers in the numeric validator: VyOS 1.3 Equuleus (1.3.2).
May 16 2022, 3:13 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dmbaturin renamed T4427: Remove the vyos-utils package list from vyos-build from Remove the vyos-utils package list to Remove the vyos-utils package list from vyos-build.
May 16 2022, 7:42 AM · VyOS 1.4 Sagitta
dmbaturin created T4427: Remove the vyos-utils package list from vyos-build.
May 16 2022, 7:41 AM · VyOS 1.4 Sagitta
dmbaturin created T4426: Add arpwatch to the image.
May 16 2022, 7:28 AM · VyOS 1.3 Equuleus (1.3.4), VyOS 1.4 Sagitta
Unknown Object (User) closed T4377: generate tech-support archive includes previous archives as Resolved.

The command works well.

May 16 2022, 1:29 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)
Unknown Object (User) added a comment to T4377: generate tech-support archive includes previous archives.
vyos@vyos:~$ show version
May 16 2022, 1:28 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)

May 15 2022

n.fort added a comment to T4387: Create additional smoketests for multiwan PBR & load-balanced configurations .

I agree that having a smoketest for WLB will be great. But, there are certain limitations/considerations:

May 15 2022, 3:01 PM · VyOS 1.4 Sagitta

May 13 2022

zsdc created T4425: Hide DHCP leases from interfaces without active DHCP client.
May 13 2022, 2:12 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a project to T4377: generate tech-support archive includes previous archives: VyOS 1.4 Sagitta.
May 13 2022, 9:06 AM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus ( 1.3.1)
c-po moved T4414: Add route-map "as-path prepend last-as x" option from Open to Finished on the VyOS 1.4 Sagitta board.
May 13 2022, 5:53 AM · VyOS 1.4 Sagitta
c-po moved T4417: VRRP doesn't start with conntrack-sync from Open to Finished on the VyOS 1.4 Sagitta board.
May 13 2022, 5:53 AM · VyOS 1.4 Sagitta
c-po moved T4419: vrf: support to disable IP forwarding within a given VRF from Open to Finished on the VyOS 1.4 Sagitta board.
May 13 2022, 5:53 AM · VyOS 1.4 Sagitta

May 12 2022

skor closed T4417: VRRP doesn't start with conntrack-sync as Resolved.
May 12 2022, 9:48 PM · VyOS 1.4 Sagitta
skor added a comment to T4417: VRRP doesn't start with conntrack-sync.

It works now.
Thank you!

May 12 2022, 9:47 PM · VyOS 1.4 Sagitta
hexa added a comment to T4417: VRRP doesn't start with conntrack-sync.

Fixed in https://github.com/vyos/vyos-1x/commit/d70c2b4493366c02f025f43d2a777b2bef3e1789 and works on 1.4-rolling-202205121610.

May 12 2022, 7:25 PM · VyOS 1.4 Sagitta
n.fort closed T4100: Firewall increase maximum number of rules as Resolved.
May 12 2022, 5:14 PM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
n.fort added a comment to T990: Make DNAT/SNAT a valid state in firewall rules. .

PR for docs: https://github.com/vyos/vyos-documentation/pull/771

May 12 2022, 1:55 PM · VyOS 1.4 Sagitta, test
Viacheslav changed the status of T4424: policy local-route6 shows ipv4 format from Open to In progress.

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

May 12 2022, 1:25 PM · VyOS 1.4 Sagitta
Viacheslav created T4424: policy local-route6 shows ipv4 format.
May 12 2022, 1:15 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4082: Add op mode command to restart ldpd.

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

May 12 2022, 12:56 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav updated the task description for T4418: Telegraf - output Plugin azure-data-explorer.
May 12 2022, 9:13 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4399: nhrp - add or delete nhrp tunnel restart opennhrp process.

PR revert previous commit https://github.com/vyos/vyos-1x/pull/1323

May 12 2022, 8:58 AM · VyOS 1.4 Sagitta (1.4.3)

May 11 2022

n.fort changed the status of T3907: Firewall - Set log levels from Open to In progress.
May 11 2022, 1:42 PM · VyOS 1.4 Sagitta
n.fort claimed T3907: Firewall - Set log levels.
May 11 2022, 1:42 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T4405: DHCP client sometimes ignores `no-default-route` option of an interface from Unknown Status to Resolved.
May 11 2022, 11:38 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

May 10 2022

Viacheslav added a comment to T1619: Migrate user home directories on image update.

@dmbaturin Do we really need this?

May 10 2022, 5:30 PM
Viacheslav closed T4156: Adding DHCP Option 13 (bootfile-size) as Resolved.
May 10 2022, 5:24 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4187: XDP broken for VLAN/vif interfaces with hardware offloading.

Maybe it will fix it https://github.com/sematext/oxdpus/blob/master/pkg/xdp/prog/xdp.c

May 10 2022, 4:16 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4405: DHCP client sometimes ignores `no-default-route` option of an interface.

PR for 1.4 https://github.com/vyos/vyos-1x/pull/1321

May 10 2022, 3:59 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav added a comment to T4408: Add sshguard to protect against brut-forces.

PR https://github.com/vyos/vyos-1x/pull/1320
PR https://github.com/vyos/vyos-build/pull/233

May 10 2022, 3:35 PM · VyOS 1.4 Sagitta
Viacheslav closed T1972: Allow setting interface name for virtual_ipaddress in VRRP VRID as Resolved.
May 10 2022, 10:37 AM · VyOS 1.3 Equuleus ( 1.3.1), VyOS 1.4 Sagitta
Viacheslav moved T4405: DHCP client sometimes ignores `no-default-route` option of an interface from Open to Backport Candidates on the VyOS 1.4 Sagitta board.
May 10 2022, 10:28 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav moved T4405: DHCP client sometimes ignores `no-default-route` option of an interface from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
May 10 2022, 10:27 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav edited projects for T4405: DHCP client sometimes ignores `no-default-route` option of an interface, added: VyOS 1.3 Equuleus (1.3.2); removed VyOS 1.3 Equuleus ( 1.3.1).
May 10 2022, 10:27 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
Viacheslav closed T4405: DHCP client sometimes ignores `no-default-route` option of an interface as Unknown Status.
May 10 2022, 10:26 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
dmbaturin created T4421: Add support for floating point numbers in the numeric validator.
May 10 2022, 9:59 AM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta

May 9 2022

n.fort changed the status of T990: Make DNAT/SNAT a valid state in firewall rules. from Open to Needs testing.
May 9 2022, 10:03 PM · VyOS 1.4 Sagitta, test
n.fort added a comment to T990: Make DNAT/SNAT a valid state in firewall rules. .

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

May 9 2022, 10:03 PM · VyOS 1.4 Sagitta, test
c-po updated the task description for T4417: VRRP doesn't start with conntrack-sync.
May 9 2022, 5:10 PM · VyOS 1.4 Sagitta
c-po changed the status of T4417: VRRP doesn't start with conntrack-sync from Open to In progress.
May 9 2022, 5:05 PM · VyOS 1.4 Sagitta
e.khudiyev added a comment to T4416: Convert 'traceroute' operation to the new syntax and expand available options using python.

Tested on the latest rolling release:

May 9 2022, 2:37 PM · VyOS 1.4 Sagitta

May 8 2022

c-po changed the status of T4000: containers storage doesn't cleanup from Open to In progress.
May 8 2022, 5:20 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T4415: Include license/copyright files in the image but remove user documentation from /usr/share/doc to reduce its size.

Duplicate T4359

May 8 2022, 9:49 AM · VyOS 1.3 Equuleus (1.3.2)
Viacheslav changed the status of T4416: Convert 'traceroute' operation to the new syntax and expand available options using python from Open to Needs testing.
May 8 2022, 9:39 AM · VyOS 1.4 Sagitta

May 7 2022

c-po closed T4361: `vyos.config.exists()` does not work for nodes with multiple values as Resolved.
May 7 2022, 5:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T4361: `vyos.config.exists()` does not work for nodes with multiple values from In Progress to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
May 7 2022, 5:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po closed T4354: Slave interfaces fall out from bonding during configuration change, a subtask of T4361: `vyos.config.exists()` does not work for nodes with multiple values, as Resolved.
May 7 2022, 5:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po closed T4354: Slave interfaces fall out from bonding during configuration change as Resolved.
May 7 2022, 5:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T4354: Slave interfaces fall out from bonding during configuration change from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.2) board.
May 7 2022, 5:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po edited projects for T4354: Slave interfaces fall out from bonding during configuration change, added: VyOS 1.3 Equuleus (1.3.2); removed VyOS 1.3 Equuleus.
May 7 2022, 5:33 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T4354: Slave interfaces fall out from bonding during configuration change from Open to Finished on the VyOS 1.4 Sagitta board.
May 7 2022, 5:12 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po closed T4419: vrf: support to disable IP forwarding within a given VRF as Resolved.
May 7 2022, 10:45 AM · VyOS 1.4 Sagitta
c-po changed the status of T4419: vrf: support to disable IP forwarding within a given VRF from Open to In progress.
May 7 2022, 10:15 AM · VyOS 1.4 Sagitta
c-po created T4419: vrf: support to disable IP forwarding within a given VRF.
May 7 2022, 10:15 AM · VyOS 1.4 Sagitta

May 6 2022

c-po added a comment to T4361: `vyos.config.exists()` does not work for nodes with multiple values.

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

May 6 2022, 7:35 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a comment to T4354: Slave interfaces fall out from bonding during configuration change.

1.3 fix via https://github.com/vyos/vyos-1x/pull/1318

May 6 2022, 7:35 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
skor added a comment to T4417: VRRP doesn't start with conntrack-sync.

Try to delete sync-group, as you use only one group

May 6 2022, 7:27 PM · VyOS 1.4 Sagitta
c-po moved T4361: `vyos.config.exists()` does not work for nodes with multiple values from In Progress to Finished on the VyOS 1.4 Sagitta board.
May 6 2022, 6:55 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po moved T4361: `vyos.config.exists()` does not work for nodes with multiple values from Need Triage to In Progress on the VyOS 1.3 Equuleus (1.3.2) board.
May 6 2022, 6:55 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po edited projects for T4361: `vyos.config.exists()` does not work for nodes with multiple values, added: VyOS 1.3 Equuleus (1.3.2); removed VyOS 1.3 Equuleus.
May 6 2022, 6:55 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a subtask for T4361: `vyos.config.exists()` does not work for nodes with multiple values: T4354: Slave interfaces fall out from bonding during configuration change.
May 6 2022, 6:53 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta
c-po added a parent task for T4354: Slave interfaces fall out from bonding during configuration change: T4361: `vyos.config.exists()` does not work for nodes with multiple values.
May 6 2022, 6:53 PM · VyOS 1.3 Equuleus (1.3.2), VyOS 1.4 Sagitta