User Details
- User Since
- Oct 2 2019, 6:00 PM (173 w, 2 d)
Yesterday
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)#
Thu, Jan 26
Wed, Jan 25
Tue, Jan 24
Fri, Jan 20
Wed, Jan 18
Tue, Jan 17
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1762
updated actual PR https://github.com/vyos/vyos-1x/pull/1761
Mon, Jan 16
PR for 1.3 https://github.com/vyos/vyos-1x/pull/1759
Sun, Jan 15
Fri, Jan 13
We should backport it to 1.3
Thu, Jan 12
Wed, Jan 11
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
Tue, Jan 10
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
Mon, Jan 9
Fixed in T3810
Sun, Jan 8
Could you open an issue for FRR?
https://github.com/FRRouting/frr/issues
Sat, Jan 7
Fri, Jan 6
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.
Thu, Jan 5
will be fixed in the next rolling release
Wed, Jan 4
Should debug be True by default?
https://github.com/vyos/vyos-1x/blob/f5af95be4f66380d213771b975c63361e27616ef/python/vyos/qos/base.py#L22
Tue, Jan 3
[email protected]:~$ sudo /usr/libexec/vyos/op_mode/nat.py show_translations --direction source --family inet --raw { "conntrack": { "error": true, "reason": "entries not found" } } [email protected]:~$ [email protected]:~$ [email protected]:~$ 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 [email protected]:~$
Mon, Jan 2
Fri, Dec 30
Dec 27 2022
Dec 24 2022
Which version?