Page MenuHomeVyOS Platform
Feed All Stories

Sep 20 2023

SrividyaA created T5606: IPSec VPN: Allow multiple CAs certificates.
Sep 20 2023, 2:21 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
dmbaturin closed T5271: Add support for peer-fingerprint to OpenVPN, a subtask of T5269: OpenVPN non-TLS site-to-site mode deprecation, as Resolved.
Sep 20 2023, 1:42 PM · VyOS 1.4 Sagitta
dmbaturin closed T5271: Add support for peer-fingerprint to OpenVPN as Resolved.
Sep 20 2023, 1:42 PM · VyOS 1.3 Equuleus (1.3.5), VyOS 1.4 Sagitta
Viacheslav moved T5241: Support veth interfaces to working with netns from Open to Finished on the VyOS 1.5 Circinus board.
Sep 20 2023, 12:22 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T5241: Support veth interfaces to working with netns from Finished to Backlog on the VyOS 1.4 Sagitta board.
Sep 20 2023, 12:22 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5238: interface virtual-etherne - error when it doesn't use a peer , a subtask of T3829: Support separated TCP/IP stack via "ip netns", as Resolved.
Sep 20 2023, 12:16 PM · VyOS Rolling
Viacheslav closed T5238: interface virtual-etherne - error when it doesn't use a peer as Resolved.
Sep 20 2023, 12:16 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5241: Support veth interfaces to working with netns.

set netns name mgmt
set interfaces virtual-ethernet veth1 address '10.0.0.0/31'
set interfaces virtual-ethernet veth1 peer-name 'veth10'
set interfaces virtual-ethernet veth10 address '10.0.0.1/31'
set interfaces virtual-ethernet veth10 netns 'mgmt'
set interfaces virtual-ethernet veth10 peer-name 'veth1'

Sep 20 2023, 12:14 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T5241: Support veth interfaces to working with netns, a subtask of T3829: Support separated TCP/IP stack via "ip netns", as Resolved.
Sep 20 2023, 12:13 PM · VyOS Rolling
Viacheslav closed T5241: Support veth interfaces to working with netns as Resolved.
Sep 20 2023, 12:13 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav added a comment to T5217: Add firewall SYNPROXY .

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

set system sysctl parameter net.ipv4.tcp_syncookies value '1'
set system sysctl parameter net.ipv4.tcp_timestamps value '1'
Sep 20 2023, 12:02 PM · VyOS 1.4 Sagitta
dmbaturin updated the task description for T5605: Do not generate keysize option in OpenVPN configs.
Sep 20 2023, 9:39 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
dmbaturin created T5605: Do not generate keysize option in OpenVPN configs.
Sep 20 2023, 9:23 AM · VyOS 1.4 Sagitta (1.4.0-epa1)
Apachez claimed T5604: List of debian archives is out of date (non-free-firmware is missing).
Sep 20 2023, 9:21 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T5602: For reverse-proxy type of load-balancing feature, support "backup" option in backends configuration.

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

Sep 20 2023, 7:42 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T5602: For reverse-proxy type of load-balancing feature, support "backup" option in backends configuration from Open to In progress.
Sep 20 2023, 7:33 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav renamed T5599: Firewall unexpectedly changes some sysctl options from Firwall unexpectedly changes some sysctl options to Firewall unexpectedly changes some sysctl options.
Sep 20 2023, 7:02 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav closed T5588: Add kernel conntrack_bridge module as Resolved.
Sep 20 2023, 6:45 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Viacheslav changed the status of T4502: Consider implementing (NAT/other) flow table offload from Open to Needs testing.
Sep 20 2023, 6:44 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T5601: TCP reverse-Roxy based on FQDN.

You do not use port 80/443, so it does not have HTTP-HEADER (in theory).

service LB_port_451 {
    listen-address 10.1.1.1
    mode tcp
    port 451

Try to change to port 80 and check if it works.
You need another solution/configuration

Sep 20 2023, 6:40 AM · VyOS 1.4 Sagitta
Apachez created T5604: List of debian archives is out of date (non-free-firmware is missing).
Sep 20 2023, 6:06 AM · VyOS 1.5 Circinus
c-po claimed T5603: Deprecate vyatta-biosdevname package.
Sep 20 2023, 4:21 AM · VyOS 1.5 Circinus
c-po created T5603: Deprecate vyatta-biosdevname package.
Sep 20 2023, 4:21 AM · VyOS 1.5 Circinus
c-po closed T5592: salt: upgrade minion to 3005.2 as Resolved.
Sep 20 2023, 4:13 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
sarthurdev committed rVYOSONEXcdbe969308c1: conntrack: firewall: T4502: Update conntrack check for new flowtable CLI.
Sep 20 2023, 4:12 AM
GitHub <[email protected]> committed rVYOSONEXb52cf1b7b3bc: Merge pull request #2293 from sarthurdev/conntrack_flowtable (authored by c-po).
Sep 20 2023, 4:12 AM

Sep 19 2023

rea13 created T5602: For reverse-proxy type of load-balancing feature, support "backup" option in backends configuration.
Sep 19 2023, 8:48 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Apachez added a comment to T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used.

Some highly unscientific tests (only did 3 reboots of each to rule out that any uncached data at the host would affect the result since I run this in a VM through VirtualBox 7.0) shows a difference of up to 2.1% improvment when having a config with 200 static routes.

Sep 19 2023, 8:06 PM · Restricted Project, VyOS 1.5 Circinus
c-po closed T4284: QoS: rewrite to XML and Python as Resolved.
Sep 19 2023, 7:34 PM · VyOS 1.4 Sagitta
c-po added a comment to T4284: QoS: rewrite to XML and Python.

Parent task is completed - Bugs will get their own subtask and linked to this parent if possible.

Sep 19 2023, 7:34 PM · VyOS 1.4 Sagitta
c-po moved T5239: Host name and domain name missing from the FRR configuration from Finished to In Progress on the VyOS 1.5 Circinus board.
Sep 19 2023, 7:31 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po moved T5239: Host name and domain name missing from the FRR configuration from Finished to In Progress on the VyOS 1.4 Sagitta board.
Sep 19 2023, 7:31 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po moved T5239: Host name and domain name missing from the FRR configuration from Open to Finished on the VyOS 1.4 Sagitta board.
Sep 19 2023, 7:31 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po moved T5239: Host name and domain name missing from the FRR configuration from Open to Finished on the VyOS 1.5 Circinus board.
Sep 19 2023, 7:30 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po added a project to T5239: Host name and domain name missing from the FRR configuration: VyOS 1.5 Circinus.
Sep 19 2023, 7:30 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po added a comment to T5239: Host name and domain name missing from the FRR configuration.

This should fix the hostname issue reported to BGP neighbors: https://github.com/vyos/vyos-1x/pull/2289

Sep 19 2023, 7:29 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa1)
c-po moved T5596: bgp: add new features from FRR 9 from Open to Finished on the VyOS 1.5 Circinus board.
Sep 19 2023, 7:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5588: Add kernel conntrack_bridge module from Open to Finished on the VyOS 1.4 Sagitta board.
Sep 19 2023, 7:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po moved T5596: bgp: add new features from FRR 9 from Open to Finished on the VyOS 1.4 Sagitta board.
Sep 19 2023, 7:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po closed T5597: isis: add new features from FRR 9. as Resolved.
Sep 19 2023, 7:28 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
vvinci00 created T5601: TCP reverse-Roxy based on FQDN.
Sep 19 2023, 7:15 PM · VyOS 1.4 Sagitta
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXe8581998c2bf: init: T5239: configure system hostname prior to FRR startup (authored by c-po).
Sep 19 2023, 6:40 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXbdb00d1c781f: utils: T5239: add low-level read from config.boot (authored by jestabro).
Sep 19 2023, 6:40 PM
c-po committed rVYOSONEX56d3f75de487: utils: T5239: add low-level read from config.boot (authored by jestabro).
Sep 19 2023, 6:39 PM
c-po committed rVYOSONEXac21a4e69fac: init: T5239: configure system hostname prior to FRR startup.
Sep 19 2023, 6:39 PM
GitHub <[email protected]> committed rVYOSONEX483482f16133: Merge pull request #2289 from c-po/t5239-frr (authored by c-po).
Sep 19 2023, 6:39 PM
sarthurdev added a comment to T4502: Consider implementing (NAT/other) flow table offload.

Perhaps a possible way to detect if the nic supports hardware flowtables or not.

Try to set sudo ethtool -K eth0 hw-tc-offload on.

If the result becomes:

Actual changes:
hw-tc-offload: off [requested on]
Could not change any device features

Then it doesnt support hardware flowtables.

Could also verify by reading the capability like so:

$ ethtool -k eth0 | grep hw-tc-offload
hw-tc-offload: off [fixed]
Sep 19 2023, 6:27 PM · VyOS 1.4 Sagitta
Apachez added a comment to T4502: Consider implementing (NAT/other) flow table offload.

Perhaps a possible way to detect if the nic supports hardware flowtables or not.

Sep 19 2023, 6:22 PM · VyOS 1.4 Sagitta
n.fort renamed T5600: Firewall - Remove or extend constraint on 'interface-name' from Firewall - Remove contraint on 'interface-name' to Firewall - Remove or extend constraint on 'interface-name'.
Sep 19 2023, 6:16 PM · VyOS 1.5 Circinus
Apachez added a comment to T4502: Consider implementing (NAT/other) flow table offload.

Some feedback from the #netfilter channel over at libera.chat:

Sep 19 2023, 6:06 PM · VyOS 1.4 Sagitta
n.fort changed the status of T5600: Firewall - Remove or extend constraint on 'interface-name' from Open to In progress.
Sep 19 2023, 5:56 PM · VyOS 1.5 Circinus
n.fort created T5600: Firewall - Remove or extend constraint on 'interface-name'.
Sep 19 2023, 5:56 PM · VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX78e07ec57102: Merge pull request #2290 from vyos/mergify/bp/sagitta/pr-2285 (authored by dmbaturin).
Sep 19 2023, 5:30 PM
Apachez added a comment to T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used.

I got some funny results which I hope somebody else (with a faster cpu) are able to verify?

Sep 19 2023, 5:23 PM · Restricted Project, VyOS 1.5 Circinus
n.fort committed rVYOSONEX70f0a6142cc6: T5594: vrrp: extend function is_ipv6_tentative.
Sep 19 2023, 4:49 PM
GitHub <[email protected]> committed rVYOSONEXda4006c2a784: Merge pull request #2282 from nicolas-fort/T5594-equuleus (authored by c-po).
Sep 19 2023, 4:49 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX42b06ec46f3c: isis: T5597: add new features from FRR 9 (authored by c-po).
Sep 19 2023, 4:49 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX7f08523bb7c5: bgp: T5596: add new features from FRR 9 (authored by c-po).
Sep 19 2023, 4:49 PM
c-po committed rVYOSONEXd28535571670: bgp: T5596: add new features from FRR 9.
Sep 19 2023, 4:48 PM
c-po committed rVYOSONEXf7d35c15256e: isis: T5597: add new features from FRR 9.
Sep 19 2023, 4:48 PM
GitHub <[email protected]> committed rVYOSONEXdb53c8e77cd9: Merge pull request #2284 from c-po/t5596-bgp (authored by c-po).
Sep 19 2023, 4:48 PM
GitHub <[email protected]> committed rVYOSONEXdcdcc18b2097: Merge pull request #2285 from c-po/T5597-isis (authored by c-po).
Sep 19 2023, 4:48 PM
sarthurdev committed rVYOSONEX41133869c50c: firewall: T4502: Update to flowtable CLI.
Sep 19 2023, 4:48 PM
sarthurdev committed rVYOSONEXbbe32749e66c: firewall: ethernet: T4502: Add interface offload node and verify interface….
Sep 19 2023, 4:48 PM
sarthurdev committed rVYOSONEX0984a36f6d64: bridge: T4072: Prevent error when removing firewall bridge config.
Sep 19 2023, 4:48 PM
GitHub <[email protected]> committed rVYOSONEXe570044ff8a8: Merge pull request #2288 from sarthurdev/flowtable (authored by c-po).
Sep 19 2023, 4:48 PM
GitHub <[email protected]> committed rVYOSONEX89f650f3db2d: Merge pull request #2287 from vyos/mergify/bp/sagitta/pr-2281 (authored by c-po).
Sep 19 2023, 4:48 PM
Viacheslav updated the task description for T5599: Firewall unexpectedly changes some sysctl options.
Sep 19 2023, 3:40 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav created T5599: Firewall unexpectedly changes some sysctl options.
Sep 19 2023, 3:36 PM · Restricted Project, VyOS 1.5 Circinus
syncer changed the subtype of T2612: HTTPS API, changing API key fails but goes through from "Task" to "Bug".
Sep 19 2023, 3:01 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav created T5598: unknown parameter 'nf_conntrack_helper' ignored.
Sep 19 2023, 2:34 PM · VyOS 1.5 Circinus
Viacheslav added a comment to T5217: Add firewall SYNPROXY .

First tests unsecseful

Sep 19 2023, 12:42 PM · VyOS 1.4 Sagitta
Viacheslav changed the status of T5588: Add kernel conntrack_bridge module from Open to In progress.

PR https://github.com/vyos/vyos-build/pull/416

Sep 19 2023, 11:01 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
Apachez added a comment to T5388: Something is fishy with commit and boot times when more than a few hundred static routes are being used.

Im guessing that what this task complains about has a huge part of the time it takes to complete smoketests.

Sep 19 2023, 10:46 AM · Restricted Project, VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX967751b12c98: T5594: vrrp: extend function is_ipv6_tentative to analysis all type of ipv6… (authored by n.fort).
Sep 19 2023, 10:42 AM
Apachez added a comment to T5591: Cleanup of FRR daemons-file and various FRR fixes.

PR updated (again): https://github.com/vyos/vyos-1x/pull/2280

Sep 19 2023, 7:57 AM · VyOS 1.5 Circinus
Viacheslav changed the status of T5591: Cleanup of FRR daemons-file and various FRR fixes from Open to In progress.
Sep 19 2023, 6:14 AM · VyOS 1.5 Circinus
Viacheslav changed the status of T5590: Firewall "log enable" logs every packet from In progress to Needs testing.
Sep 19 2023, 6:12 AM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
swanduron added a comment to T5376: Conntrack FTP helper does not work properly.

Hello @sdev Sorry to bother you. The issue hasn't been fixed in the recent rolling release: VyOS 1.5-rolling-202309170024

Sep 19 2023, 1:33 AM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.5 Circinus

Sep 18 2023

Apachez added a comment to T5591: Cleanup of FRR daemons-file and various FRR fixes.

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

Sep 18 2023, 9:47 PM · VyOS 1.5 Circinus
c-po committed rVYOSONEX38cab26959de: frr: T5239: use vyos.base.warning().
Sep 18 2023, 8:08 PM
c-po changed the status of T5597: isis: add new features from FRR 9. from Open to In progress.
Sep 18 2023, 7:57 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po created T5597: isis: add new features from FRR 9..
Sep 18 2023, 7:55 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po changed the status of T5596: bgp: add new features from FRR 9 from Open to In progress.
Sep 18 2023, 7:52 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
c-po created T5596: bgp: add new features from FRR 9.
Sep 18 2023, 7:51 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort committed rVYOSONEX93cc0b65c2cb: T5590: firewall log rule: fix order which rule are processed. Log options….
Sep 18 2023, 7:30 PM
GitHub <[email protected]> committed rVYOSONEX53999243705b: Merge pull request #2283 from nicolas-fort/T5590-fwall-log (authored by c-po).
Sep 18 2023, 7:30 PM
sarthurdev committed rVYOSONEX4c9c2e372aa5: github: Update PR template with section of related PRs.
Sep 18 2023, 6:44 PM
sarthurdev committed rVYOSONEX416faf18d087: nat: Remove deprecated kernel check.
Sep 18 2023, 6:44 PM
sarthurdev committed rVYOSONEX734d84f69694: conntrack: T5571: Refactor conntrack to be independent conf script from….
Sep 18 2023, 6:44 PM
sarthurdev committed rVYOSONEXfb3ef9af5e39: conntrack: T5217: Add tcp flag matching to `system conntrack ignore`.
Sep 18 2023, 6:44 PM
GitHub <[email protected]> committed rVYOSONEXcf4759be20c4: Merge pull request #2276 from sarthurdev/conntrack (authored by Viacheslav).
Sep 18 2023, 6:44 PM
n.fort changed the status of T5590: Firewall "log enable" logs every packet from Confirmed to In progress.
Sep 18 2023, 6:12 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
n.fort added a comment to T5590: Firewall "log enable" logs every packet.

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

Sep 18 2023, 6:06 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando claimed T5595: Multicast - PIM bfd feature enable .
Sep 18 2023, 5:16 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
fernando created T5595: Multicast - PIM bfd feature enable .
Sep 18 2023, 5:16 PM · VyOS 1.4 Sagitta, VyOS 1.5 Circinus
indrajitr committed rVYOSONEX79131a5d923b: ddclient: T5573: Fix smoketest for updated ddclient config.
Sep 18 2023, 4:49 PM
GitHub <[email protected]> committed rVYOSONEX404fc9090629: Merge pull request #2278 from indrajitr/ddclient-cache-fix-smoketest (authored by c-po).
Sep 18 2023, 4:49 PM
Viacheslav committed rVYOSONEX12887ccd7e05: GitHub: Add smoketest result menu.
Sep 18 2023, 4:48 PM
GitHub <[email protected]> committed rVYOSONEX55612d822fe7: Merge pull request #2279 from sever-sever/smoketest (authored by c-po).
Sep 18 2023, 4:48 PM