In T4917#140304, @Viacheslav wrote:In T4917#140239, @b- wrote:Thanks! That’ll help me with what I’m working on :)From where does this limitation originate, anyway? Is there a way to at least add . to the acceptable characters list, so as to allow for foo.sh? Would that break something that expects to skip over filenames with dots and other characters?
Not sure exactly but it seems this part of code https://github.com/vyos/vyatta-cfg/blob/ec568ce7b432acda01f9639afb509287a0e3d760/src/commit/commit-algorithm.cpp#L846
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Feb 28 2023
Feb 28 2023
GitHub <noreply@github.com> committed rVYOSONEX1aeddb187dff: Merge pull request #1853 from sever-sever/T5033 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEXcfed824d7279: Merge pull request #1858 from jestabro/typo-openvpn (authored by c-po).
Feb 27 2023
Feb 27 2023
c-po moved T4997: Add DHCP client user hooks dir from Open to In Progress on the VyOS 1.4 Sagitta board.
c-po moved T5025: Time-zone validation failed from Open to In Progress on the VyOS 1.4 Sagitta board.
c-po moved T5029: Nginx change default root directory and fix regex from Open to In Progress on the VyOS 1.4 Sagitta board.
GitHub <noreply@github.com> committed rVYOSONEXdfd88d01a7ed: Merge pull request #1856 from jestabro/list-interfaces (authored by c-po).
PR using list_interfaces from vyos-utils:
GitHub <noreply@github.com> committed rVYOSONEX4621cfc37a60: Merge pull request #1855 from aapostoliuk/T4955-2-sagitta (authored by c-po).
Openconnect
[edit] vyos@r14# set vpn openconnect network-settings push-route 100.64.22.0/24 [edit] vyos@r14# commit [ vpn openconnect ] /usr/libexec/vyos/conf_mode/vpn_openconnect.py:32: DeprecationWarning: 'crypt' is deprecated and slated for removal in Python 3.13 from crypt import crypt, mksalt, METHOD_SHA512
marekm added a comment to T4600: Closing IPV6CP by client closes PPPoE link completely, even if IPv6 is optional.
As a temporary workaround, I use the script below. For some reason /etc/rc.local no longer runs automatically on VyOS 1.3.2, so I run it manually after each reboot for now. Until it is run, Phicomm routers keep disconnecting due to failed IPV6CP negotiation incorrectly triggering complete PPPoE session termination. I have two PPPoE servers at different locations for redundancy, both rebooting at the same time is very unlikely, so I can live with it for now.
thank you, yes updating to latest 1.4 rolling has resolved the issue, pls feel free to close this task as duplicate to https://vyos.dev/T4907
I'd be happy to test anything that implements this. Previously, I (judging from the forum, I'm not the only one) using this EdgeOS-BL-Mgmt with 1.3.x.
are you saying this has been fixed in just the last 2 months ? i reported this on 1.4-rolling-202212280917
There is missed the command tc qdisc add dev eth0 handle ffff: ingress
vyos@r14# tc qdisc show dev eth0 qdisc pfifo_fast 0: root refcnt 2 bands 3 priomap 1 2 2 2 1 2 0 0 1 1 1 1 1 1 1 1 [edit] vyos@r14# [edit] vyos@r14# tc filter add dev eth0 parent ffff: protocol all prio 10 u32 match u32 0 0 flowid 1:1 action mirred egress redirect dev ifb0 Error: Parent Qdisc doesn't exists. We have an error talking to the kernel [edit] vyos@r14#
Viacheslav changed the status of T5018: Redirect to IFB removed after change in qos policy from Open to Confirmed.
a.apostoliuk moved T4985: reset vpn ipsec-peer command with peer name does not work from Open to Finished on the VyOS 1.4 Sagitta board.
a.apostoliuk moved T5008: MACsec CKN of 32 chars is not allowed in CLI, but works fine from Open to Finished on the VyOS 1.4 Sagitta board.
Try the latest rolling release
GitHub <noreply@github.com> committed rVYOSONEX1cc8d7c89459: Merge pull request #1644 from aapostoliuk/T4790-sagitta (authored by Viacheslav).
Feb 26 2023
Feb 26 2023
GitHub <noreply@github.com> committed rVYOSONEX40e0cb294e03: T4997: add dhcp client user hooks (authored by b-).
Viacheslav changed the status of T5035: Add more actions to policy route rule from Open to In progress.
Feb 25 2023
Feb 25 2023
Viacheslav changed the status of T5033: generate-public-key command fails for address with multiple public keys like GitHub from Open to In progress.
Viacheslav added a comment to T5033: generate-public-key command fails for address with multiple public keys like GitHub.
PR https://github.com/vyos/vyos-1x/pull/1853
vyos@r14:~$ generate public-key-command user foo path https://github.com/xxxxx.keys # To add this key as an embedded key, run the following commands: configure set system login user foo authentication public-keys github@39e9c9ba-408d-4b4b-9aa6-d07f531285bf key xxxxx set system login user foo authentication public-keys github@39e9c9ba-408d-4b4b-9aa6-d07f531285bf type ssh-rsa set system login user foo authentication public-keys github@4732d9b0-4bc5-47d1-9028-0e68348a932f key xxxxx set system login user foo authentication public-keys github@4732d9b0-4bc5-47d1-9028-0e68348a932f type ssh-rsa set system login user foo authentication public-keys github@a93a85ba-5b63-4c3a-a589-2e82da7c8f1f key xxxxx set system login user foo authentication public-keys github@a93a85ba-5b63-4c3a-a589-2e82da7c8f1f type ssh-rsa commit save exit vyos@r14:~$
c-po closed T5034: Migrate multicast CLI node to valueLess, a subtask of T5007: Interface multicast setting is invalid, as Resolved.
c-po changed the status of T5034: Migrate multicast CLI node to valueLess, a subtask of T5007: Interface multicast setting is invalid, from Open to In progress.
c-po moved T4948: pppoe: add CLI option to allow definition of host-uniq flag from In Progress to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
c-po moved T5007: Interface multicast setting is invalid from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
c-po moved T5008: MACsec CKN of 32 chars is not allowed in CLI, but works fine from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
c-po moved T5017: Bug with validator interface-name from In Progress to Finished on the VyOS 1.3 Equuleus (1.3.3) board.
c-po committed rVYOSONEX3bad1d0adb1c: python: T5026: Replace deprecated Python modules crypt, spwd (authored by sarthurdev).
doctorpangloss added a comment to T5033: generate-public-key command fails for address with multiple public keys like GitHub.
Yes, apparently so from GitHub.
Viacheslav edited projects for T5033: generate-public-key command fails for address with multiple public keys like GitHub, added: VyOS 1.3 Equuleus (1.3.3), VyOS 1.4 Sagitta; removed VyOS 1.3 Equuleus (1.3.4).
Do those keys always without an "identifier"?
I mean foo@localhost
ssh-rsa AAA....
Coopercentral added a comment to T4943: Radius SSH login displays "permission denied" on 1.4 rolling release.
Hello - I upgraded to the latest rolling release (1.4-rolling-202302250317), and it appears to be working. I am able to login with a radius account successfully. Thank you for your efforts! I see in you PR's above, the second link is to change the shell from "bash" to "vbash". It appears once I login with a radius privileged account, the shell continues to default to "bash":
including information about Netopee2/sysrepo services, how to integrate it with FRR, where we can utilize the advantages netconf/yang :
Viacheslav changed the status of T4943: Radius SSH login displays "permission denied" on 1.4 rolling release from In progress to Needs testing.
Feb 24 2023
Feb 24 2023
GitHub <noreply@github.com> committed rVYOSONEXc0b5b3d52d46: Merge pull request #1851 from zdc/T4943-sagitta (authored by c-po).
I looked into it, but there doesn't seem to be a way to temporarily disable a particular interface in DHCP relay.
Have you try getting same result using VRRP transitions scripts?
zsdc added a comment to T4943: Radius SSH login displays "permission denied" on 1.4 rolling release.
GitHub <noreply@github.com> committed rVYOSONEX73ceaaafa9e7: Merge pull request #1848 from sever-sever/T5029 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX42e758dde8e0: Merge pull request #1850 from jestabro/T5030 (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEXb49f27ce14b7: Merge pull request #1849 from sever-sever/T5029-regex (authored by c-po).
Viacheslav updated the task description for T5029: Nginx change default root directory and fix regex.
GitHub <noreply@github.com> committed rVYOSONEX0420cea6f0c6: Merge pull request #1794 from aapostoliuk/T4955-equuleus (authored by c-po).
GitHub <noreply@github.com> committed rVYOSONEX35482c42691c: Merge pull request #1846 from aapostoliuk/T5008-equuleus (authored by c-po).