Will be fixed in the next rolling release
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 31 2023
Jan 30 2023
Jan 27 2023
Ok I'll re-check with the latest rolling.
r14# show version FRRouting 8.4.2 (r14) on Linux(6.1.6-amd64-vyos). Copyright 1996-2005 Kunihiro Ishiguro, et al.
The Original FRR log
This command is only supported under EVPN VRF
r14# conf t r14(config)# router bgp 65000 r14(config-router)# address-family l2vpn evpn r14(config-router-af)# r14(config-router-af)# vni 100 r14(config-router-af-vni)# r14(config-router-af-vni)# route-target import 65000:100 This command is only supported under EVPN VRF r14(config-router-af-vni)#
Jan 26 2023
Jan 25 2023
Jan 24 2023
Jan 20 2023
Jan 18 2023
Jan 17 2023
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1762
updated actual PR https://github.com/vyos/vyos-1x/pull/1761
Jan 16 2023
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1759
Jan 15 2023
Jan 13 2023
We should backport it to 1.3
Jan 12 2023
Jan 11 2023
So there are 2 options
- Live it as it is, it works as before (but maybe it is a legacy way)
- Return the strongswan.service and use it in all required places (conf-mode, op-mode, dmvpn scripts, etc). So old ipsec/starter must not be overlapped with strongswan.service restarts
Jan 10 2023
After return strongswan.starer https://github.com/vyos/vyos-1x/commit/f5f43c6639957f95177bb77d2b569e16d4dab9dc
all looks good now, service can be restored without issues
The similar task T3008
Jan 9 2023
Fixed in T3810
Jan 8 2023
Could you open an issue for FRR?
https://github.com/FRRouting/frr/issues
Jan 7 2023
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?
Jan 6 2023
Scripts are run in alphabetical order. Their names must consist entirely of ASCII upper- and lower-case letters,ASCII digits, ASCII underscores, and ASCII minus-hyphens.No other characters are allowed.
Jan 5 2023
will be fixed in the next rolling release
Jan 4 2023
Should debug be True by default?
https://github.com/vyos/vyos-1x/blob/f5af95be4f66380d213771b975c63361e27616ef/python/vyos/qos/base.py#L22
Jan 3 2023
vyos@r14:~$ sudo /usr/libexec/vyos/op_mode/nat.py show_translations --direction source --family inet --raw
{
"conntrack": {
"error": true,
"reason": "entries not found"
}
}
vyos@r14:~$
vyos@r14:~$
vyos@r14:~$ sudo /usr/libexec/vyos/op_mode/nat.py show_translations --direction source --family inet
Traceback (most recent call last):
File "/usr/libexec/vyos/op_mode/nat.py", line 331, in <module>
res = vyos.opmode.run(sys.modules[__name__])
File "/usr/lib/python3/dist-packages/vyos/opmode.py", line 212, in run
res = func(**args)
File "/usr/libexec/vyos/op_mode/nat.py", line 296, in _wrapper
return func(*args, **kwargs)
File "/usr/libexec/vyos/op_mode/nat.py", line 326, in show_translations
return _get_formatted_translation(nat_translation, direction, family, verbose)
NameError: name 'verbose' is not defined
vyos@r14:~$