Page MenuHomeVyOS Platform
Feed All Stories

Mar 19 2024

jestabro added a comment to T6103: DHCP-server bootfile-name double slash syntax weird behaviour.

The fix for values containing single backslashes has been merged for 1.5 in
https://github.com/vyos/vyos1x-config/pull/23
https://github.com/vyos/vyos-1x/pull/3035

Mar 19 2024, 2:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3), vyatta-cfg-dhcp-server
jestabro closed T5996: Incorrect behavior for backslash escapes in config save and compare commands, a subtask of T5939: [1.3.5 -> 1.4.0-RC1 Migration] as-path-list Entries Get Messed Up, as Unknown Status.
Mar 19 2024, 1:58 PM · VyOS 1.4 Sagitta (1.4.0-GA)
jestabro closed T5996: Incorrect behavior for backslash escapes in config save and compare commands as Unknown Status.

As discussed, this will wait before being backported to 1.4.

Mar 19 2024, 1:58 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jestabro committed rVYOSONEXb16c5fbbcb10: T5996: selectively escape and restore single backslashes in config.
Mar 19 2024, 1:56 PM
jestabro committed rVYOSONEXd2df08856ddc: T5996: add smoketest to check translation of backslash character.
Mar 19 2024, 1:56 PM
GitHub <[email protected]> committed rVYOSONEXe59de1ceb255: Merge pull request #3035 from jestabro/replace-backslash (authored by jestabro).
Mar 19 2024, 1:56 PM
Viacheslav added a project to T6141: Trying to set PADO delay in PPPoE server without also configuring the session options causes a commit failure: VyOS 1.3 Equuleus (1.3.7).
Mar 19 2024, 12:28 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa2)
Viacheslav triaged T6141: Trying to set PADO delay in PPPoE server without also configuring the session options causes a commit failure as Normal priority.
Mar 19 2024, 12:26 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa2)
Viacheslav created T6141: Trying to set PADO delay in PPPoE server without also configuring the session options causes a commit failure.
Mar 19 2024, 12:26 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta (1.4.0-epa2)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXc5e52627e4a8: T6138: Fix op-mode show conntrack table with flowtable offloads (authored by Viacheslav).
Mar 19 2024, 11:15 AM
Viacheslav committed rVYOSONEXa75be3b6814d: T6138: Fix op-mode show conntrack table with flowtable offloads.
Mar 19 2024, 11:14 AM
GitHub <[email protected]> committed rVYOSONEXf00bb9b36530: Merge pull request #3150 from sever-sever/T6138 (authored by dmbaturin).
Mar 19 2024, 11:14 AM
pepe added a comment to T6140: After running a while the default routing failed on vyos 1.4 epa1&epa2 with pppoe0 enabled.

Show this commands output if that happens:

show interfaces pppoe pppoe0
show ip route
show log pppoe
Mar 19 2024, 11:00 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
dongjunbo updated the task description for T6140: After running a while the default routing failed on vyos 1.4 epa1&epa2 with pppoe0 enabled.
Mar 19 2024, 10:45 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
dongjunbo triaged T6140: After running a while the default routing failed on vyos 1.4 epa1&epa2 with pppoe0 enabled as High priority.
Mar 19 2024, 10:43 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
dongjunbo created T6139: Fix generate qcow2 from iso got error on repo https://github.com/vyos/vyos-vm-images.
Mar 19 2024, 10:40 AM · VyOS 1.4 Sagitta
HollyGurza added a comment to T6106: Improve the commit error message for the case when route-reflector-client option is defined in a peer-group.

https://github.com/vyos/vyos-1x/pull/3151

Mar 19 2024, 10:38 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T6138: Conntrack table op-mode fails with flowtable offload entries.

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

vyos@r4:~$ show conntrack table ipv4 
Id          Original src       Original dst         Reply src            Reply dst             Protocol    State        Timeout    Mark    Zone
----------  -----------------  -------------------  -------------------  --------------------  ----------  -----------  ---------  ------  ------
2589405901  192.0.2.14:37122   34.206.168.146:123   34.206.168.146:123   192.168.122.14:37122  udp                      99         0
931438034   192.168.122.14:22  192.168.122.1:56010  192.168.122.1:56010  192.168.122.14:22     tcp         ESTABLISHED  431999     0
4269448361  192.0.2.14:43882   34.117.118.44:80     34.117.118.44:80     192.168.122.14:43882  tcp         TIME_WAIT    116        0
821718377   192.0.2.14:36208   1.1.1.1:53           1.1.1.1:53           192.168.122.14:36208  udp                      n/a        0
vyos@r4:~$ 
vyos@r4:~$
Mar 19 2024, 9:05 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav changed the status of T6138: Conntrack table op-mode fails with flowtable offload entries from Open to In progress.
Mar 19 2024, 8:44 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
n.fort changed the status of T6136: Configuring a dynamic address group, config script did not check whether the group was created from In progress to Needs testing.
Mar 19 2024, 8:36 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
GitHub <[email protected]> committed rVYOSONEX7956eced0286: Merge pull request #3148 from vyos/mergify/bp/sagitta/pr-3145 (authored by Viacheslav).
Mar 19 2024, 8:28 AM
GitHub <[email protected]> committed rVYOSONEX4b474cf1f403: Merge pull request #3147 from vyos/mergify/bp/sagitta/pr-3143 (authored by Viacheslav).
Mar 19 2024, 8:28 AM
Viacheslav triaged T6138: Conntrack table op-mode fails with flowtable offload entries as Normal priority.
Mar 19 2024, 8:07 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a project to T6138: Conntrack table op-mode fails with flowtable offload entries: VyOS 1.4 Sagitta (1.4.0-epa2).
Mar 19 2024, 8:05 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav created T6138: Conntrack table op-mode fails with flowtable offload entries.
Mar 19 2024, 8:05 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav moved T6127: Ability to view logs for rules with Offload not functional from Need Triage to Finished on the VyOS 1.4 Sagitta (1.4.0) board.
Mar 19 2024, 7:17 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav closed T6127: Ability to view logs for rules with Offload not functional as Resolved.
Mar 19 2024, 7:17 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
HollyGurza changed the status of T6106: Improve the commit error message for the case when route-reflector-client option is defined in a peer-group from Open to In progress.
Mar 19 2024, 4:47 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
wenzk added a comment to T6136: Configuring a dynamic address group, config script did not check whether the group was created.

And a simple note for your usage @wenzk
Change
set firewall ipv4 name WAN_IN rule 30 icmp
to this:
set firewall ipv4 name WAN_IN rule 30 protocol icmp

Mar 19 2024, 12:18 AM · VyOS 1.4 Sagitta (1.4.0-epa3)

Mar 18 2024

Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX4a186b0d3c14: T6136: add error checks when using dynamic firewall groups (authored by n.fort).
Mar 18 2024, 7:53 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXe1d2a351ef41: show log: T6127 - Fixed egrep regex for IPv6 (authored by L0crian).
Mar 18 2024, 7:51 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX39e1f75e1ea3: show log: T6127 - Fixed egrep regex (authored by L0crian).
Mar 18 2024, 7:51 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXaf50dc6eac5f: show log: T6127 - Fixed egrep regex (authored by L0crian).
Mar 18 2024, 7:51 PM
L0crian committed rVYOSONEX1f3df2d63561: show log: T6127 - Fixed egrep regex.
Mar 18 2024, 7:50 PM
L0crian committed rVYOSONEX326db209ab5c: show log: T6127 - Fixed egrep regex.
Mar 18 2024, 7:50 PM
L0crian committed rVYOSONEXd1fb9eddd901: show log: T6127 - Fixed egrep regex for IPv6.
Mar 18 2024, 7:50 PM
GitHub <[email protected]> committed rVYOSONEX4912dfbfa5ef: Merge pull request #3145 from l0crian1/fix-fw-rule-logging (authored by c-po).
Mar 18 2024, 7:50 PM
c-po added a project to T6127: Ability to view logs for rules with Offload not functional: VyOS 1.5 Circinus.
Mar 18 2024, 7:50 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXd24b35b39560: op-mode: T6133: add support to manually trigger commit-archive update (authored by c-po).
Mar 18 2024, 7:48 PM
penetal added a comment to T6135: HTTPS API endpoint to check if an empty config exists.

👍
Thanks

Mar 18 2024, 7:45 PM · VyOS 1.5 Circinus
jestabro added a comment to T6135: HTTPS API endpoint to check if an empty config exists.

Fix to docs pending:
https://github.com/vyos/vyos-documentation/pull/1331

Mar 18 2024, 7:21 PM · VyOS 1.5 Circinus
jestabro added a comment to T6135: HTTPS API endpoint to check if an empty config exists.

Well that is a fault of the docs; I will add now. Thanks !

Mar 18 2024, 6:10 PM · VyOS 1.5 Circinus
penetal closed T6135: HTTPS API endpoint to check if an empty config exists as Not Applicable.

@jestabro this is perfect, I am so sorry for creating a false feature request. The doc does not mention it, I should have looked into the server code to check first. My bad, all good now.

Mar 18 2024, 6:09 PM · VyOS 1.5 Circinus
jestabro added a comment to T6135: HTTPS API endpoint to check if an empty config exists.
curl -k -X POST -Fkey=baz -Fdata='{"op": "exists", "path": ["service","no","such","subpath"]}' https://192.168.122.238/retrieve|jq 
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   340  100    47  100   293    547   3414 --:--:-- --:--:-- --:--:--  4000
{
  "success": true,
  "data": false,
  "error": null
}
Mar 18 2024, 6:09 PM · VyOS 1.5 Circinus
jestabro claimed T6135: HTTPS API endpoint to check if an empty config exists.
Mar 18 2024, 6:02 PM · VyOS 1.5 Circinus
jestabro added a comment to T6135: HTTPS API endpoint to check if an empty config exists.

@penetal does the operation 'exists' not suffice for your needs ?

Mar 18 2024, 6:02 PM · VyOS 1.5 Circinus
GitHub <[email protected]> committed rVYOSONEX20e08490e0a2: Merge pull request #3144 from vyos/mergify/bp/sagitta/pr-3132 (authored by dmbaturin).
Mar 18 2024, 5:55 PM
n.fort committed rVYOSONEXe2df1f492977: T6136: add error checks when using dynamic firewall groups.
Mar 18 2024, 5:55 PM
GitHub <[email protected]> committed rVYOSONEX8c52e7334ef5: Merge pull request #3146 from nicolas-fort/T6136 (authored by dmbaturin).
Mar 18 2024, 5:55 PM
Viacheslav added a comment to T6126: Unable to add image.

It looks like the local broken build.
At least it is not reproducible.
You can try to set it on some test VM to be sure if is it an issue with the node or the image itself.

Mar 18 2024, 5:15 PM · VyOS 1.4 Sagitta
anonuser445y6 added a comment to T6126: Unable to add image.

Can you try the same link as in my example and provide the full output?

Mar 18 2024, 4:37 PM · VyOS 1.4 Sagitta
n.fort changed the status of T6136: Configuring a dynamic address group, config script did not check whether the group was created from Confirmed to In progress.
Mar 18 2024, 3:01 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
n.fort added a comment to T6136: Configuring a dynamic address group, config script did not check whether the group was created.

And a simple note for your usage @wenzk
Change
set firewall ipv4 name WAN_IN rule 30 icmp
to this:
set firewall ipv4 name WAN_IN rule 30 protocol icmp

Mar 18 2024, 3:00 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
n.fort added a comment to T6136: Configuring a dynamic address group, config script did not check whether the group was created.

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

Mar 18 2024, 2:57 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
L0crian added a comment to T6127: Ability to view logs for rules with Offload not functional.

@Viacheslav I'm not super familiar with git, so hopefully I did everything correctly. Here is the PR:
https://github.com/vyos/vyos-1x/pull/3145

Mar 18 2024, 2:41 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
L0crian claimed T6127: Ability to view logs for rules with Offload not functional.
Mar 18 2024, 2:38 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po committed rVYOSONEX09de453194e9: op-mode: T6133: add support to manually trigger commit-archive update.
Mar 18 2024, 10:59 AM
GitHub <[email protected]> committed rVYOSONEX12b9c577330c: Merge pull request #3143 from c-po/force-commit-archive (authored by Viacheslav).
Mar 18 2024, 10:59 AM
Viacheslav added a comment to T6126: Unable to add image.

Can you try the same link as in my example and provide the full output?

Mar 18 2024, 10:36 AM · VyOS 1.4 Sagitta
Viacheslav changed the status of T6121: Extend service config-sync for sections vpn, policy, vrf from Open to Needs testing.
Mar 18 2024, 10:22 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX84314fc310eb: T6121: Extend service config-sync to new sections (authored by Viacheslav).
Mar 18 2024, 10:22 AM
anonuser445y6 added a comment to T6126: Unable to add image.

Could you show show version?

Mar 18 2024, 10:11 AM · VyOS 1.4 Sagitta
n.fort claimed T6136: Configuring a dynamic address group, config script did not check whether the group was created.
Mar 18 2024, 10:03 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
a.apostoliuk changed the status of T6130: [1.3.6->1.4.0-epa2 Migration] BGP "set community" missing, a subtask of T5938: Migration fail root task for 1.4-rc, from Open to In progress.
Mar 18 2024, 9:40 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
a.apostoliuk changed the status of T6130: [1.3.6->1.4.0-epa2 Migration] BGP "set community" missing from Open to In progress.
Mar 18 2024, 9:40 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav changed the status of T6126: Unable to add image from Open to Needs reporter action.

Could you show show version?

Mar 18 2024, 9:38 AM · VyOS 1.4 Sagitta
Viacheslav added a comment to T6126: Unable to add image.

Never had this bug with 1.4.0-epa.

vyos@r1-right:~$ show ver
Version:          VyOS 1.4.0-epa1
Release train:    sagitta
Mar 18 2024, 9:36 AM · VyOS 1.4 Sagitta
Viacheslav triaged T6127: Ability to view logs for rules with Offload not functional as High priority.
Mar 18 2024, 9:27 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav added a comment to T6127: Ability to view logs for rules with Offload not functional.

@L0crian could you add the PR? https://github.com/vyos/vyos-1x/blob/987b7e599fda2c468773cf31d92d976cd96c3e41/op-mode-definitions/show-log.xml.in#L222

Mar 18 2024, 9:27 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T6128: minisign.pub is wrong on https://vyos.net/get/nightly-builds/ as Normal priority.
Mar 18 2024, 9:22 AM · VyOS 1.5 Circinus
Viacheslav added a subtask for T5938: Migration fail root task for 1.4-rc: T6130: [1.3.6->1.4.0-epa2 Migration] BGP "set community" missing.
Mar 18 2024, 9:18 AM · Restricted Project, VyOS 1.4 Sagitta (1.4.1)
Viacheslav added a parent task for T6130: [1.3.6->1.4.0-epa2 Migration] BGP "set community" missing: T5938: Migration fail root task for 1.4-rc.
Mar 18 2024, 9:18 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T6130: [1.3.6->1.4.0-epa2 Migration] BGP "set community" missing as High priority.
Mar 18 2024, 9:18 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T6133: Add domain-name to commit-archive as Normal priority.
Mar 18 2024, 9:14 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
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 Not Applicable.
Mar 18 2024, 9:13 AM · VyOS 1.4 Sagitta (1.4.0-GA)
Viacheslav closed T3522: policy based routing not working as Not Applicable.

@matthewr Thanks for confirming!
Closing it as resolved now. Feel free to reopen or create a new one if this bug remains again.

Mar 18 2024, 9:13 AM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
Viacheslav triaged T6135: HTTPS API endpoint to check if an empty config exists as Normal priority.
Mar 18 2024, 9:10 AM · VyOS 1.5 Circinus
Viacheslav triaged T6131: Disabling openvpn interface(s) causes OSPF to fail to load on reboot as High priority.
Mar 18 2024, 9:07 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav changed the status of T6136: Configuring a dynamic address group, config script did not check whether the group was created from Open to Confirmed.
Mar 18 2024, 9:06 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
Viacheslav triaged T6137: dhcp files and directory permission not correct after image uprgading as Normal priority.
Mar 18 2024, 9:04 AM · VyOS 1.5 Circinus
opswill created T6137: dhcp files and directory permission not correct after image uprgading .
Mar 18 2024, 4:38 AM · VyOS 1.5 Circinus
wenzk created T6136: Configuring a dynamic address group, config script did not check whether the group was created.
Mar 18 2024, 1:23 AM · VyOS 1.4 Sagitta (1.4.0-epa3)

Mar 17 2024

GitHub <[email protected]> committed rVYOSONEX42f3b83dd898: Merge pull request #3142 from vyos/mergify/bp/sagitta/pr-3139 (authored by c-po).
Mar 17 2024, 8:46 PM
GitHub <[email protected]> committed rVYOSONEX2942040d8099: Merge pull request #3141 from vyos/mergify/bp/sagitta/pr-3140 (authored by c-po).
Mar 17 2024, 8:45 PM
c-po claimed T6131: Disabling openvpn interface(s) causes OSPF to fail to load on reboot.
Mar 17 2024, 6:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
trae32566 added a comment to T6132: Conntrack-sync Internal Cache Growing Uncontrollably.

Here's the generated configuration from /run/conntrackd/conntrackd.conf:

# Synchronizer settings
Sync {
    Mode FTFW {
        DisableExternalCache on
    }
    Multicast {
        IPv4_address 225.0.0.50
        Group 3780
        IPv4_interface 192.168.15.3
        Interface bond0.110
        SndSocketBuffer 104857600
        RcvSocketBuffer 104857600
        Checksum on
    }
}
Helper {
    Type rpc inet tcp {
        QueueNum 3
        Policy rpc {
            ExpectMax 1
            ExpectTimeout 300
        }
    }
    Type rpc inet udp {
        QueueNum 4
        Policy rpc {
            ExpectMax 1
            ExpectTimeout 300
        }
    }
    Type tns inet tcp {
        QueueNum 5
        Policy tns {
            ExpectMax 1
            ExpectTimeout 300
        }
    }
}
Mar 17 2024, 5:41 PM · Restricted Project, VyOS 1.5 Circinus
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXc54b1fd63d5a: policy: T6129: add route-map option "as-path exclude all" (authored by c-po).
Mar 17 2024, 5:19 PM
GitHub <[email protected]> committed rVYOSONEX987b7e599fda: Merge pull request #3139 from c-po/as-path-T6129 (authored by c-po).
Mar 17 2024, 5:17 PM
c-po committed rVYOSONEX16395c902ff7: policy: T6129: add route-map option "as-path exclude all".
Mar 17 2024, 5:17 PM
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX443c9018a55e: T6133: append domain-name to commit-archive if defined (authored by c-po).
Mar 17 2024, 5:12 PM
c-po committed rVYOSONEX4291a1a423c3: T6133: append domain-name to commit-archive if defined.
Mar 17 2024, 5:11 PM
GitHub <[email protected]> committed rVYOSONEX2bf1aeb17f83: Merge pull request #3140 from c-po/config-mgmt-T6133 (authored by c-po).
Mar 17 2024, 5:11 PM
penetal updated the task description for T6135: HTTPS API endpoint to check if an empty config exists.
Mar 17 2024, 4:32 PM · VyOS 1.5 Circinus
penetal created T6135: HTTPS API endpoint to check if an empty config exists.
Mar 17 2024, 4:31 PM · VyOS 1.5 Circinus
robertoberto closed T6134: AttributeError in vyos_unattended_installer.py When Installing GRUB Configuration as Resolved.
Mar 17 2024, 3:58 PM · Restricted Project
robertoberto added a comment to T6134: AttributeError in vyos_unattended_installer.py When Installing GRUB Configuration.

Fixed in https://github.com/vyos/vyos-1x/commit/84b520dd580b7725de4c9e62b11ec490cb8d3f4f. The 1.4.0-epa2 build was created before the patch was applied.

Mar 17 2024, 3:58 PM · Restricted Project
matthewr added a comment to T3522: policy based routing not working.

Just in case it helps, after a migration from 1.3 to 1.4.0-epa2, the migrated config ends up as:-

Mar 17 2024, 3:34 PM · VyOS 1.4 Sagitta (1.4.0-epa1), Restricted Project
robertoberto created T6134: AttributeError in vyos_unattended_installer.py When Installing GRUB Configuration.
Mar 17 2024, 3:17 PM · Restricted Project
c-po updated the task description for T6133: Add domain-name to commit-archive.
Mar 17 2024, 1:47 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
c-po added a comment to T6133: Add domain-name to commit-archive.

https://github.com/vyos/vyos-1x/pull/3140

Mar 17 2024, 1:47 PM · VyOS 1.4 Sagitta (1.4.0-epa3)