Page MenuHomeVyOS Platform
Feed All Stories

Jun 28 2024

GitHub <[email protected]> committed rVYOSONEX690f570d36d2: Merge pull request #3737 from dmbaturin/T6530-iproute2-helper (authored by dmbaturin).
Jun 28 2024, 4:17 PM
Giggum added a comment to T6371: Show nat source rules shows unexpected dictionary.

Will investigate!

Jun 28 2024, 1:59 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav closed T6522: OpenVPN-options does not pass the quotes anymore as Invalid.

The correct pass options without &quot;

set interfaces openvpn vtun20 encryption ncp-ciphers 'aes256'
set interfaces openvpn vtun20 hash 'sha512'
set interfaces openvpn vtun20 mode 'server'
set interfaces openvpn vtun20 openvpn-option 'push keepalive 1 10'
set interfaces openvpn vtun20 server subnet '10.10.2.0/24'
set interfaces openvpn vtun20 server topology 'subnet'
set interfaces openvpn vtun20 tls ca-certificate 'ca'
set interfaces openvpn vtun20 tls certificate 'cert'
set interfaces openvpn vtun20 tls dh-params 'dh'
Jun 28 2024, 1:25 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
c-po renamed T6527: Deprecate vyatta-cfg-system and vyatta-op package from Deprecate vyatta-cfg-system package to Deprecate vyatta-cfg-system and vyatta-op package.
Jun 28 2024, 12:52 PM · VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX551dfa5c47d1: Merge pull request #3739 from vyos/mergify/bp/circinus/pr-3720 (authored by dmbaturin).
Jun 28 2024, 12:51 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX753eef575f06: T6477: Add telegraf loki output plugin (authored by Viacheslav).
Jun 28 2024, 12:48 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX362a810c001c: T6477: Add telegraf loki output plugin (authored by Viacheslav).
Jun 28 2024, 12:48 PM
GitHub <[email protected]> committed rVYOSONEXf36271bd2f91: Merge pull request #3720 from sever-sever/T6477 (authored by c-po).
Jun 28 2024, 12:47 PM
Viacheslav committed rVYOSONEX3365eb7ab99f: T6477: Add telegraf loki output plugin.
Jun 28 2024, 12:47 PM
natali-rs1985 committed rVYOSONEXc86909d39e2c: pppoe-server: T5710: Add option permit any-login.
Jun 28 2024, 12:46 PM
GitHub <[email protected]> committed rVYOSONEX12fcf6c5ef2e: Merge pull request #3730 from natali-rs1985/T5710-current (authored by c-po).
Jun 28 2024, 12:46 PM
Viacheslav committed rVYOSONEX7a17c2dc7144: T6487: Git actions use circinus branch for add-pr-labels.
Jun 28 2024, 12:45 PM
GitHub <[email protected]> committed rVYOSONEX2c4e778cb460: Merge pull request #3736 from sever-sever/T6487 (authored by c-po).
Jun 28 2024, 12:45 PM
Viacheslav changed the status of T6522: OpenVPN-options does not pass the quotes anymore from Open to In progress.
Jun 28 2024, 12:19 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
dmbaturin created T6530: Add a helper function for calling iproute2 commands.
Jun 28 2024, 12:13 PM · VyOS 1.5 Circinus
Viacheslav added a parent task for T6007: Improvements to migration system: T6302: The root task for bugs and improvements related to commit time and boot.
Jun 28 2024, 12:08 PM · VyOS 1.5 Circinus
Viacheslav added a subtask for T6302: The root task for bugs and improvements related to commit time and boot: T6007: Improvements to migration system.
Jun 28 2024, 12:08 PM · Restricted Project, VyOS 1.5 Circinus
Viacheslav added a comment to T6360: CGNAT add the ability to exclude (bypass) the translations for specific destinations.

This could be achieved with conntrack ignore

set system conntrack ignore ipv4 rule 10 destination address '100.64.0.0/28'
Jun 28 2024, 12:03 PM · VyOS 1.5 Circinus
Viacheslav moved T5359: VyOS user/pass remains in config from Open to Finished on the VyOS 1.5 Circinus board.
Jun 28 2024, 11:43 AM · VyOS 1.5 Circinus
Viacheslav closed T5359: VyOS user/pass remains in config, a subtask of T5907: cloud-init root task for 1.5 and 1.4 , as Not Applicable.
Jun 28 2024, 11:43 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.1)
Viacheslav closed T5359: VyOS user/pass remains in config as Not Applicable.

vyos-vm-images has been archived

Jun 28 2024, 11:43 AM · VyOS 1.5 Circinus
Viacheslav changed the status of T5933: Unable to commit BGP config with unnumbered neighbour from Open to Needs reporter action.
Jun 28 2024, 11:37 AM · Restricted Project, VyOS Rolling, VyOS 1.5 Circinus
Viacheslav added a comment to T5933: Unable to commit BGP config with unnumbered neighbour.

Provide the set of commands to reproduce

Jun 28 2024, 11:37 AM · Restricted Project, VyOS Rolling, VyOS 1.5 Circinus
Viacheslav added a comment to T6371: Show nat source rules shows unexpected dictionary.

Still bug, the original config in the top of the task

vyos@r4# run show conf com | match "nat "
set nat source rule 100 destination port '5000-8000'
set nat source rule 100 outbound-interface name 'eth0'
set nat source rule 100 protocol 'tcp'
set nat source rule 100 source address '10.0.0.0/24'
set nat source rule 100 translation address 'masquerade'
[edit]
vyos@r4# 
[edit]
vyos@r4# run show nat source rules 
Rule    Source       Destination                    Proto    Out-Int    Translation
------  -----------  -----------------------------  -------  ---------  -------------
100     10.0.0.0/24  0.0.0.0/0                      IP       eth0       masquerade
        sport any    dport {'range': [5000, 8000]}
[edit]
vyos@r4# 
[edit]
vyos@r4# 
[edit]
vyos@r4# run show ver
Version:          VyOS 1.5-rolling-202406260020
Release train:    current
Release flavor:   generic
Jun 28 2024, 11:35 AM · Restricted Project, VyOS 1.5 Circinus
Viacheslav closed T6374: Openvpn site-to-site mode with TLS not starting as Resolved.
Jun 28 2024, 11:32 AM · VyOS 1.5 Circinus
Viacheslav added a comment to T6376: EVPN-MH uplink command not fully working correctly (protodown not supported).

https://github.com/FRRouting/frr/issues/14368

Jun 28 2024, 11:31 AM · Restricted Project, VyOS 1.5 Circinus, VyOS 1.4 Sagitta
syncer created T6529: Jenkins Build System Deprecation.
Jun 28 2024, 11:24 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav changed the status of T6388: Use OCaml 4.14 for CI builds from Open to Needs reporter action.

We have ENV OCAML_VERSION 4.14.2 for both, @dmbaturin. Can we close it, or will you do an update to 5.0?

Jun 28 2024, 11:23 AM · VyOS 1.4 Sagitta (1.4.0), VyOS Rolling, VyOS 1.5 Circinus
Viacheslav moved T6385: interrupting rollback with Ctrl-C displays an exception trace from Open to Finished on the VyOS 1.4 Sagitta board.
Jun 28 2024, 11:19 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav closed T6385: interrupting rollback with Ctrl-C displays an exception trace as Resolved.
Jun 28 2024, 11:19 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta
Viacheslav moved T6387: Bump conntrack to version 1:1.4.7-1 from Open to Finished on the VyOS 1.5 Circinus board.
Jun 28 2024, 11:17 AM · VyOS 1.5 Circinus
Viacheslav closed T6387: Bump conntrack to version 1:1.4.7-1 as Resolved.

Not actual

vyos@r4:~$ show version all | match conntrack
ii  conntrack                            1:1.4.7-1+b2                     amd64        Program to modify the conntrack tables
ii  conntrackd                           1:1.4.7-1+b2                     amd64        Connection tracking daemon
ii  libnetfilter-conntrack3:amd64        1.0.9-1                          amd64        Netfilter netlink-conntrack library
vyos@r4:~$ 
vyos@r4:~$ show version 
Version:          VyOS 1.5-rolling-202406260020
Release train:    current
Release flavor:   generic
Jun 28 2024, 11:17 AM · VyOS 1.5 Circinus
Viacheslav updated the task description for T5765: Add OpenConfig gNMI gRPC integration.
Jun 28 2024, 10:37 AM · VyOS 1.5 Circinus
Viacheslav committed rVYOSONEX62e89ec4fe1f: T6497: CGNAT refactoring delete conntrack entries (#3699).
Jun 28 2024, 8:44 AM
alainlamar updated the task description for T6320: WiFi: Enable support for 6GHz AccesPoints.
Jun 28 2024, 8:17 AM · VyOS Rolling, VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX7a312936e06f: Merge pull request #3734 from vyos/mergify/bp/circinus/pr-3731 (authored by c-po).
Jun 28 2024, 8:05 AM
c-po committed rVYOSONEXd5e988ba2d0f: wireless: T6320: add 802.11ax at 6GHz (authored by alainlamar).
Jun 28 2024, 8:05 AM
GitHub <[email protected]> committed rVYOSONEX57c24a8fd229: Merge pull request #3524 from alainlamar/T6320 (authored by c-po).
Jun 28 2024, 8:05 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXe30dc134302d: Fixes error generated when op cmd interrupted, updates show system calls to new… (authored by Giggum).
Jun 28 2024, 7:56 AM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXe5c0b56f42cb: Fixes error generated when op cmd interrupted, updates show system calls to new… (authored by Giggum).
Jun 28 2024, 7:56 AM
GitHub <[email protected]> committed rVYOSONEXa095a3c7b3dd: Fixes error generated when op cmd interrupted, updates show system calls to new… (authored by Giggum).
Jun 28 2024, 7:55 AM
GitHub <[email protected]> committed rVYOSONEX96f089c9db10: T6488: firewall: extend op-mode command to show global state-policy counters… (authored by Nicolás Fort <[email protected]>).
Jun 28 2024, 7:52 AM
Viacheslav added a comment to T6526: hardware flowtables not working on supposedly supported hardware.

Try native nft commands for offload and check what it says.

# cat /tmp/offload.nft
Jun 28 2024, 7:19 AM · Restricted Project, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta

Jun 27 2024

syncer triaged T6527: Deprecate vyatta-cfg-system and vyatta-op package as Normal priority.
Jun 27 2024, 11:28 PM · VyOS 1.5 Circinus
syncer triaged T6526: hardware flowtables not working on supposedly supported hardware as Normal priority.
Jun 27 2024, 11:27 PM · Restricted Project, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta
syncer triaged T6528: Move from fuse-overlayfs to native rootless overlay storage as Wishlist priority.
Jun 27 2024, 11:27 PM · VyOS 1.5 Circinus
artooro created T6528: Move from fuse-overlayfs to native rootless overlay storage.
Jun 27 2024, 8:32 PM · VyOS 1.5 Circinus
c-po claimed T6527: Deprecate vyatta-cfg-system and vyatta-op package.
Jun 27 2024, 7:58 PM · VyOS 1.5 Circinus
c-po created T6527: Deprecate vyatta-cfg-system and vyatta-op package.
Jun 27 2024, 7:58 PM · VyOS 1.5 Circinus
c-po closed T6507: Deprecate vyos-world package as Resolved.
Jun 27 2024, 7:57 PM · VyOS 1.5 Circinus
c-po moved T6507: Deprecate vyos-world package from Open to Finished on the VyOS 1.5 Circinus board.
Jun 27 2024, 7:57 PM · VyOS 1.5 Circinus
c-po removed a project from T6507: Deprecate vyos-world package: VyOS 1.4 Sagitta (1.4.1).
Jun 27 2024, 7:57 PM · VyOS 1.5 Circinus
danhusan created T6526: hardware flowtables not working on supposedly supported hardware.
Jun 27 2024, 7:57 PM · Restricted Project, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta
c-po added a comment to T6524: Rewrite "release dhcp interface <interface>" to Python to drop remaining Perl dependencies.

https://github.com/vyos/vyos-1x/pull/3733
https://github.com/vyos/vyatta-op/pull/92
https://github.com/vyos/vyatta-cfg-system/pull/223

Jun 27 2024, 7:44 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX4e042e4149fb: T6497: CGNAT refactoring delete conntrack entries (#3699) (authored by Viacheslav).
Jun 27 2024, 7:10 PM
GitHub <[email protected]> committed rVYOSONEX804efa2ef6bf: T6497: CGNAT refactoring delete conntrack entries (#3699) (authored by Viacheslav).
Jun 27 2024, 7:09 PM
fernando added a comment to T2326: Migrate NHRP(DMVPN) to FRR.

confirm that it works as well , spoke to spoke connection adding authentication. :

Jun 27 2024, 6:43 PM · VyOS 1.5 Circinus
SrividyaA triaged T6525: SNMP extension script paths relative to /config/user-data do not work as expected as Normal priority.
Jun 27 2024, 5:45 PM · Restricted Project, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta (1.4.0)
SrividyaA created T6525: SNMP extension script paths relative to /config/user-data do not work as expected.
Jun 27 2024, 5:45 PM · Restricted Project, VyOS 1.5 Circinus, VyOS Rolling, VyOS 1.4 Sagitta (1.4.0)
SamLue added a comment to T6523: Error: "nft table ip vyos_filter not found" when commiting prometheus-client.

No, in this case there is no firewall configured.

Jun 27 2024, 4:12 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav committed rVYOSONEX2c1aff96ebe4: T6415: Actions set circinus repo sync.
Jun 27 2024, 3:11 PM
GitHub <[email protected]> committed rVYOSONEX5f6e4bc06d02: Merge pull request #3713 from sever-sever/T6415-cir (authored by dmbaturin).
Jun 27 2024, 3:11 PM
c-po added a comment to T5603: Deprecate vyatta-biosdevname package.

Code is only used in vyos-1x

Jun 27 2024, 2:51 PM · VyOS 1.5 Circinus
c-po updated the task description for T6524: Rewrite "release dhcp interface <interface>" to Python to drop remaining Perl dependencies.
Jun 27 2024, 2:41 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po claimed T6524: Rewrite "release dhcp interface <interface>" to Python to drop remaining Perl dependencies.
Jun 27 2024, 2:40 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
c-po created T6524: Rewrite "release dhcp interface <interface>" to Python to drop remaining Perl dependencies.
Jun 27 2024, 2:40 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
hsw0 removed a watcher for VyOS 1.4 Sagitta (1.4.0): hsw0.
Jun 27 2024, 2:27 PM
sarthurdev closed T4919: TPM-backed config encryption as Resolved.
Jun 27 2024, 2:15 PM · VyOS 1.5 Circinus
khramshinr <[email protected]> committed rVYOSONEX142545b0535d: T6313: Add "NAT" to "generate" command for rule resequence.
Jun 27 2024, 1:42 PM
GitHub <[email protected]> committed rVYOSONEX7d91768a746a: Merge pull request #3715 from HollyGurza/T6313 (authored by c-po).
Jun 27 2024, 1:42 PM
jestabro committed rVYOSONEX8a57e7b14c81: migration: T6007: use load_as_module_source for files without extension.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX23356ee43534: vyos.utils.dict: T5195: fix syntax warning.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX1c59315e9d14: migration: T6447: add traceback on error.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX734db72b9161: migration: T6447: fix missing check before reset to checkpoint.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX601e07c34205: migration: T6007: add version object for config file and system.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX83ca4a5a6ed0: migration: T6007: add exception in base for use by migration files.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX26740a8d583f: migration: T6007: convert all migration scripts to load as module.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX271fcff986c1: migration: T6007: update vyos-load-config.py.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX9388f6278384: migration: T6007: write configtree operations to log.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEXad4f8312f6a3: migration: T6007: drop check for executable scripts, as now modules.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEXea714891a0d6: migration: T6007: update migration class.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEXcd347713196c: migration: T6007: update vyos_net_name.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEXf67753bf10ac: migration: T6007: update vyos-merge-config.py.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX403f1d2f2159: migration: T6007: update load_config.py.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX51865448599e: migration: T6007: add util add_system_version to replace *_system_footer.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX08d4fcbc6243: migration: T6007: update run-config-migration script.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEXed0cb7ffc2c6: migration: T6007: remove obsoleted.
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX8b4c2fcba2fe: migration: T6007: drop restrictive perms, already set on config.boot.
Jun 27 2024, 1:40 PM
GitHub <[email protected]> committed rVYOSONEXda1515c704e5: Merge pull request #3692 from jestabro/revise-migration (authored by c-po).
Jun 27 2024, 1:40 PM
jestabro committed rVYOSONEX5502a75b1747: migration: T6007: fix cosmetic issue of extra newline.
Jun 27 2024, 1:40 PM
Viacheslav triaged T6523: Error: "nft table ip vyos_filter not found" when commiting prometheus-client as Low priority.
Jun 27 2024, 1:24 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav added a comment to T6523: Error: "nft table ip vyos_filter not found" when commiting prometheus-client.

Do you have a firewall?
If not, it is expected error

Jun 27 2024, 1:24 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
Viacheslav added a comment to T6522: OpenVPN-options does not pass the quotes anymore.

Which exectly config it generates?
Based on this code should work https://github.com/vyos/vyos-1x/blob/b3b1d59d86af510c454da446f013b514389f5c7f/src/conf_mode/interfaces_openvpn.py#L683

Jun 27 2024, 1:21 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
SamLue created T6523: Error: "nft table ip vyos_filter not found" when commiting prometheus-client.
Jun 27 2024, 12:26 PM · VyOS 1.4 Sagitta (1.4.1), VyOS 1.5 Circinus
SrividyaA triaged T6522: OpenVPN-options does not pass the quotes anymore as Low priority.
Jun 27 2024, 12:20 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
SrividyaA created T6522: OpenVPN-options does not pass the quotes anymore.
Jun 27 2024, 12:19 PM · VyOS 1.4 Sagitta (1.4.0), VyOS 1.5 Circinus
c-po committed rVYOSONEX93e6e6ce744f: smoketest: T6510: remove build time test to check for /dev/input/event0.
Jun 27 2024, 11:54 AM
GitHub <[email protected]> committed rVYOSONEXb3b1d59d86af: Merge pull request #3729 from c-po/T6510-jenkins-fix (authored by c-po).
Jun 27 2024, 11:54 AM
syncer renamed T6521: OpenTelemetry support from Do we have openTelemetry configured on 1.4 or 1.5? to OpenTelemetry support.
Jun 27 2024, 8:58 AM · VyOS 1.5 Circinus
syncer triaged T6521: OpenTelemetry support as Wishlist priority.
Jun 27 2024, 8:57 AM · VyOS 1.5 Circinus