In T5635#161656, @freebsdjlu wrote:I think it depends on nftables , https://wiki.nftables.org/wiki-nftables/index.php/Matching_packet_metainformation#Matching_by_socket_UID_.2F_GID , it is first handled by nftables and mark , then use rule .
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Oct 8 2023
Oct 8 2023
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXf7ecf80824cc: Change to BBR as TCP congestion control, or at least make it an config option (authored by Apachez).
GitHub <noreply@github.com> committed rVYOSONEX1280734bc53b: Merge pull request #2349 from Apachez-/T5489 (authored by c-po).
Apachez added a comment to T5489: Change to BBR as TCP congestion control, or at least make it an config option.
PR created: https://github.com/vyos/vyos-1x/pull/2349
GitHub <noreply@github.com> committed rVYOSONEX8da99e575caa: Merge pull request #2263 from Cheeze-It/current (authored by Viacheslav).
GitHub <noreply@github.com> committed rVYOSONEXe6118a08081f: Merge pull request #2333 from sever-sever/T5213-eq (authored by dmbaturin).
GitHub <noreply@github.com> committed rVYOSONEX07758d372bbc: Merge pull request #2347 from c-po/equuleus (authored by dmbaturin).
GitHub <noreply@github.com> committed rVYOSONEXfd4096a42419: Merge pull request #2345 from dmbaturin/T5639-group-deps (authored by c-po).
PR for 1.3 https://github.com/vyos/vyos-1x/pull/2348
c-po moved T4269: node.def generator should automatically add default values from Open to Finished on the VyOS 1.4 Sagitta board.
c-po changed the status of T4269: node.def generator should automatically add default values from Resolved to Unknown Status.
c-po moved T5630: pppoe: allow to specify MRU in addition to already configurable MTU from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.5) board.
PR for 1.3 https://github.com/vyos/vyos-1x/pull/2347
I think it depends on nftables , https://wiki.nftables.org/wiki-nftables/index.php/Matching_packet_metainformation#Matching_by_socket_UID_.2F_GID , it is first handled by nftables and mark , then use rule .
c-po moved T5630: pppoe: allow to specify MRU in addition to already configurable MTU from Open to Finished on the VyOS 1.4 Sagitta board.
PR for 1.4 https://github.com/vyos/vyos-1x/pull/2346
Oct 7 2023
Oct 7 2023
GitHub <noreply@github.com> committed rVYOSONEX7720ee247c03: Merge pull request #2346 from vyos/mergify/bp/sagitta/pr-2335 (authored by c-po).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX713647429b98: pppoe: T5630: verify MRU is less or equal then MTU (authored by c-po).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEXe4fabffe7408: pppoe: T5630: allow to specify MRU in addition to already configurable MTU (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX0d975350d0a9: Merge pull request #2335 from c-po/t5630-pppoe-mru (authored by dmbaturin).
Oct 6 2023
Oct 6 2023
The blog over at claims:
GitHub <noreply@github.com> committed rVYOSONEXf1eac571f22a: Merge pull request #2343 from erkin/raid (authored by dmbaturin).
Closing this one, because it's already implemented
erkin closed T3506: Migrate loadkey command to op-mode, a subtask of T3356: Script for remote file transfers, as Resolved.
erkin closed T3506: Migrate loadkey command to op-mode, a subtask of T3355: Remove all remaining legacy Vyatta code, as Resolved.
PR https://github.com/vyos/vyos-1x/pull/2342
set policy local-route rule 23 destination port '222' set policy local-route rule 23 protocol 'tcp' set policy local-route rule 23 set table '123' set policy local-route rule 23 source port '8888'
Check:
vyos@r4# ip rule show prio 23 23: from all ipproto tcp sport 8888 dport 222 lookup 123 [edit] vyos@r4#
It supports uidrange https://man7.org/linux/man-pages/man8/ip-rule.8.html
is it what you want?
uidrange NUMBER-NUMBER
select the uid value to match.I don't see gid option there.
jestabro changed the status of T2612: HTTPS API, changing API key fails but goes through from Open to In progress.
Hello @sdev , could you please help to check if the fix can resolve the problem with FTP ALG? I tested the newest rolling release but the PASV command still causes the data connection gets failed. My testing FTP server and client are both Filezilla product, please correct me if any mistakes I made during the test.
Oct 5 2023
Oct 5 2023
Yes, I will add that as a first step ...
jestabro closed T5631: Ability to export the current configuration in JSON format as Unknown Status.
Added for 1.4, 1.5; as mentioned above, a backport to Equuleus will require a different implementation.
GitHub <noreply@github.com> committed rVYOSONEX669acb05c91a: Merge pull request #2341 from vyos/mergify/bp/sagitta/pr-2339 (authored by jestabro).
jestabro moved T5631: Ability to export the current configuration in JSON format from Open to Finished on the VyOS 1.5 Circinus board.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX0b832eca6d2d: config: T5631: save copy of config in JSON format on commit (authored by jestabro).
jestabro moved T4320: Remove legacy version files in vyatta-cfg-system/cfg-version from Open to Finished on the VyOS 1.4 Sagitta board.
jestabro closed T4320: Remove legacy version files in vyatta-cfg-system/cfg-version, a subtask of T3355: Remove all remaining legacy Vyatta code, as Resolved.
GitHub <noreply@github.com> committed rVYOSONEXaf17ef9b1069: Merge pull request #2340 from vyos/mergify/bp/sagitta/pr-2338 (authored by jestabro).
The similar bug with load if we change something in service https api
curl -k --location 192.168.122.11 --request POST 'https://192.168.122.11/config-file' --form data='{"op": "load", "file": "config.boot"}' --form key='foo'
{"success": false, "error": "", "data": null}GitHub <noreply@github.com> committed rVYOSONEX61bdc12b20c7: Merge pull request #2339 from jestabro/save-json-on-commit (authored by c-po).
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX536e9d0f13f5: T4320: remove references to obsoleted legacy version files (authored by jestabro).
GitHub <noreply@github.com> committed rVYOSONEXdf042ef016c9: Merge pull request #2338 from jestabro/legacy-versions (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX8dda05009a5c: Merge pull request #2337 from vyos/mergify/bp/sagitta/pr-2336 (authored by c-po).
jestabro changed the status of T5631: Ability to export the current configuration in JSON format from Open to In progress.
jestabro triaged T5631: Ability to export the current configuration in JSON format as Normal priority.
jestabro edited a custom field on T5631: Ability to export the current configuration in JSON format.
Based on the requirements, it is natural to add this to the commit_revision post-commit hook of the config_mgmt module: this is low overhead as we use the existing configtree representation of the current config to save with ConfigTree().to_json().
Oct 4 2023
Oct 4 2023
@rherold Could you re-check it?
for me , it's ok . I didn't see another issue related it . we can close
Viacheslav moved T5585: Fix file access mode for dynamic dns configuration from Open to Finished on the VyOS 1.4 Sagitta board.
Viacheslav moved T5585: Fix file access mode for dynamic dns configuration from Open to Finished on the VyOS 1.5 Circinus board.
@indrajitr Thanks!
Can we close it?
Applied to current and sagitta
Can we close it?
Viacheslav changed the status of T5612: Miscellaneous improvements and fixes for dynamic DNS configuration from Open to Needs testing.
@indrajitr, Could you re-check and close if it was solved?
Viacheslav changed the status of T5615: Narrow down spurious name conflict with mdns from Open to Needs testing.
Mergify <37929162+mergify[bot]@users.noreply.github.com> committed rVYOSONEX7498c30ef56b: login: T5521: do not call system-login.py in vyos-router init (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX26b8e8af88dc: Merge pull request #2336 from c-po/t5521-home-dir (authored by c-po).
Viacheslav updated the task description for T5631: Ability to export the current configuration in JSON format.
PR created: https://github.com/vyos/vyos-build/pull/434
c-po reopened T5521: Home owner directory changed to vyos for the user after reboot as "In progress".
Viacheslav moved T5632: Add jq package to parse JSON files from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.5) board.
Viacheslav moved T5632: Add jq package to parse JSON files from Open to Finished on the VyOS 1.4 Sagitta board.
Oct 4 2023, 11:37 AM · Bugs, VyOS 1.4 Sagitta (1.4.0), VyOS Rolling, Restricted Project, VyOS 1.5 Circinus
Regarding STRIP_EXCLUDE variable... one idea is to assign it dynamically like so:
Viacheslav updated the task description for T5631: Ability to export the current configuration in JSON format.
Proposed CLI:
set system syslog global service wireguard
Expected command for debug
echo "module wireguard +p" | sudo tee /sys/kernel/debug/dynamic_debug/control
To disable
echo "module wireguard -p" | sudo tee /sys/kernel/debug/dynamic_debug/control
PR https://github.com/vyos/vyos-user-utils/pull/7
vyos@r4# echo '{"system": "VyOS", "rate": 100}' | jq '.system'
"VyOS"
[edit]
vyos@r4#