After return strongswan.starer https://github.com/vyos/vyos-1x/commit/f5f43c6639957f95177bb77d2b569e16d4dab9dc
all looks good now, service can be restored without issues
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 11 2023
Jan 10 2023
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:~$Jan 2 2023
Dec 30 2022
Dec 27 2022
Dec 24 2022
Which version?
@rob Thanks
Dec 23 2022
Dec 20 2022
At first look, at least it works, but it requires more tests and improvements
set protocols failover route 203.0.113.1/32 next-hop 192.168.122.1 check target '192.168.122.1' set protocols failover route 203.0.113.1/32 next-hop 192.168.122.1 check timeout '5' set protocols failover route 203.0.113.1/32 next-hop 192.168.122.1 check type 'icmp' set protocols failover route 203.0.113.1/32 next-hop 192.168.122.1 interface 'eth0'
Dec 19 2022
Dec 17 2022
Dec 15 2022
Did you tried no bgp network import-check ?
Dec 14 2022
Related task IPsec syntax overhaul T4118
Dec 13 2022
Dec 12 2022
As I understand it is impossible directly with config option but possible with module omudpspoof