Page MenuHomeVyOS Platform
Feed All Stories

Mar 18 2021

c-po closed T3271: qemu-kvm grub issue as Resolved.
Mar 18 2021, 4:25 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jack9603301 created T3414: Add ChangeLog to the GitHub Repo.
Mar 18 2021, 4:12 AM · VyOS 1.4 Sagitta

Mar 17 2021

Unknown Object (User) added a comment to T3403: Error on interrupting list of pppoe sessions.

Works correct for q, but still show backtrace by Ctrl+C

:Traceback (most recent call last):
  File "/usr/libexec/vyos/op_mode/ppp-server-ctrl.py", line 74, in <module>
    main()
  File "/usr/libexec/vyos/op_mode/ppp-server-ctrl.py", line 63, in main
    print(output)
KeyboardInterrupt

Lets change except BrokenPipeError: to except:

Mar 17 2021, 10:40 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
jestabro changed the status of T3412: HTTP API: move to FastAPI as web framework, a subtask of T2395: HTTP API move to flask/flask-restx as microframework, from In progress to Needs testing.
Mar 17 2021, 9:20 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T3412: HTTP API: move to FastAPI as web framework, a subtask of T2397: HTTP API: export OpenAPI definition, from In progress to Needs testing.
Mar 17 2021, 9:20 PM · VyOS 1.4 Sagitta
jestabro changed the status of T3412: HTTP API: move to FastAPI as web framework from In progress to Needs testing.
Mar 17 2021, 9:20 PM · VyOS 1.4 Sagitta
remfalc added a comment to T3350: OpenVPN config file generation broken.

I am not sure why these extra options are parsed to begin with. My view is Vyos gives the possibility to write extra config file elements because it is not yet supported by the Vyos system configuration. Therefore it should be up to the user to write the correct data as it was in the past.
There should be absolutely no parsing whatsoever and options must be passed through the file unchanged.

Mar 17 2021, 8:06 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
c-po closed T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton" as Resolved.
Mar 17 2021, 7:29 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
iomart-network-team added a comment to T3401: Bond VRRP Race Condition.

Did you read the original bug details? It clearly outlines how to replicate this with clear step-by-step instructions.

Mar 17 2021, 6:53 PM · VyOS 1.4 Sagitta
c-po claimed T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".
Mar 17 2021, 6:51 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a comment to T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".

@juesor there is a difference in an IPv6 address you explicitly mention as 2606:ab00:abe1::2/127 and an IPv6 EUI64 address.

Mar 17 2021, 6:51 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav added a comment to T3401: Bond VRRP Race Condition.

@iomart-network-team You don't need to change any file, but you can.
If you change something in the file, it not a bug.
It more seems like some typo in the file, which you generate.

Mar 17 2021, 6:18 PM · VyOS 1.4 Sagitta
tjh added a comment to T2801: conntrack-tools flooding logs.

This is still a problem, I have just upgraded from 1.2.6-S1 to 1.2.7-epa1 and had two conntrackd's running on the primary router.

Mar 17 2021, 6:01 PM · VyOS 1.4 Sagitta (1.4.0-epa1), VyOS 1.3 Equuleus (1.3.7)
tjh closed T2977: Permissions Denied doing "show conntrack-sync status" on backup router as Resolved.
Mar 17 2021, 6:01 PM
tjh added a comment to T2977: Permissions Denied doing "show conntrack-sync status" on backup router.

This is now fixed in 1.2.7-epa1

Mar 17 2021, 6:00 PM
tjh closed T3367: 1.2.6-S1 -> 1.2.7-epa1 fails - broken system as Resolved.
Mar 17 2021, 5:59 PM
tjh added a comment to T3367: 1.2.6-S1 -> 1.2.7-epa1 fails - broken system.

So I have found a workaround/fix for this.

Mar 17 2021, 5:59 PM
Viacheslav added a comment to T3350: OpenVPN config file generation broken.

Proposed changes
Add hook/magic word string and write values in one string if word string in options is present

Mar 17 2021, 5:18 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
stepler added a comment to T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".

@juesor, please try my command; it doesn't have ipv6 or eui64 in it and I just double-checked that it works on 1.3.

Mar 17 2021, 1:56 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
juesor added a comment to T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".

Is it something with the eui64 in the syntax ?

Mar 17 2021, 1:53 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Viacheslav triaged T3350: OpenVPN config file generation broken as Normal priority.
Mar 17 2021, 1:40 PM · VyOS 1.4 Sagitta, VyOS 1.3 Equuleus (1.3.0)
juesor added a comment to T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".

This is a p2p link between vyos and a VM.

Mar 17 2021, 1:33 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
juesor added a comment to T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".

Ok so the IP assignment of the p2p on eth0 needs to be

Mar 17 2021, 1:20 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Cheeze_It added a comment to T2771: BGP VPNv4 & VPNv6 Address Family Support.

FRR coder Donald Sharp kicked ass and fixed it here...

Mar 17 2021, 5:45 AM · VyOS 1.3 Equuleus (1.3.5)
stepler added a comment to T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".

Assign it with set interfaces ethernet eth0 address 2006:ab00:abe1::2/127

Mar 17 2021, 12:17 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta

Mar 16 2021

juesor added a comment to T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".

Ok so I need to allocate a /127 to the eth interfaces.

Mar 16 2021, 10:22 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po moved T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton" from In Progress to Backlog on the VyOS 1.4 Sagitta board.
Mar 16 2021, 9:40 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po moved T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton" from Need Triage to In Progress on the VyOS 1.4 Sagitta board.
Mar 16 2021, 9:40 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po added a comment to T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".

VyOS 1.2.7-rc1 reports:

Mar 16 2021, 8:54 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
c-po created T3413: Configuring invalid IPv6 EUI64 address results in "OSError: illegal IP address string passed to inet_pton".
Mar 16 2021, 8:51 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T3353: PPPoE server wrong vlan-range generating config.

@Viacheslav . Ok this is not a problem, because we have a workaround with pseudo ethernet interfaces

set interfaces pseudo-ethernet peth1 source-interface 'eth1'
set service pppoe-server interface peth1 
set service pppoe-server interface eth1 vlan-id '50'
set service pppoe-server interface eth1 svlan 1000 vlan-range '1-4095'

Now all looks good and works properly, but need to add better help value

vyos@vyos# set service pppoe-server interface eth3 vlan-id 
Possible completions:
   <text>       VLAN monitor for the automatic creation of vlans (user per vlan)
Mar 16 2021, 8:37 PM · VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T3242: PPPoE Server overhead on virtual interfaces creation.

To disable udev link_config redundancy call we need to delete /usr/lib/systemd/network/99-default.link

Mar 16 2021, 8:05 PM · VyOS 1.3 Equuleus
jestabro changed the status of T3411: Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses, a subtask of T3302: Make vyos-configd relay stdout from scripts to the user's console, from Needs testing to Backport candidate.
Mar 16 2021, 5:13 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T3411: Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses from Needs testing to Backport candidate.
Mar 16 2021, 5:13 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a comment to T3412: HTTP API: move to FastAPI as web framework.

There are two versions that have been developed, reasonably feature complete, pending testing. One presents an OpenAPI schema of application/x-www-form-urlencoded (multipart forms); the other, application/json. The latter uses middleware (strictly speaking, a custom request and route class, instead of the Starlette middleware capability, although that may change) to intercept multipart requests, so as to remain backwards compatible.

Mar 16 2021, 5:05 PM · VyOS 1.4 Sagitta
jestabro added a subtask for T2395: HTTP API move to flask/flask-restx as microframework: T3412: HTTP API: move to FastAPI as web framework.
Mar 16 2021, 4:54 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a subtask for T2397: HTTP API: export OpenAPI definition: T3412: HTTP API: move to FastAPI as web framework.
Mar 16 2021, 4:54 PM · VyOS 1.4 Sagitta
jestabro added parent tasks for T3412: HTTP API: move to FastAPI as web framework: T2395: HTTP API move to flask/flask-restx as microframework, T2397: HTTP API: export OpenAPI definition.
Mar 16 2021, 4:54 PM · VyOS 1.4 Sagitta
jestabro changed the status of T3412: HTTP API: move to FastAPI as web framework from Open to In progress.
Mar 16 2021, 4:53 PM · VyOS 1.4 Sagitta
jestabro added a comment to T3411: Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses.

https://github.com/vyos/vyos-1x/pull/777

Mar 16 2021, 4:12 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T3411: Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses, a subtask of T3302: Make vyos-configd relay stdout from scripts to the user's console, from In progress to Needs testing.
Mar 16 2021, 12:55 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T3411: Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses from In progress to Needs testing.

https://github.com/jestabro/vyos-1x/tree/stdout_redirected

Mar 16 2021, 12:55 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro closed T3302: Make vyos-configd relay stdout from scripts to the user's console as Resolved.
Mar 16 2021, 12:44 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro closed T3302: Make vyos-configd relay stdout from scripts to the user's console, a subtask of T2347: During commit, any script output directed to stdout will contain path, as Resolved.
Mar 16 2021, 12:44 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro removed a project from T3302: Make vyos-configd relay stdout from scripts to the user's console: VyOS 1.3 Equuleus.
Mar 16 2021, 12:43 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a subtask for T3302: Make vyos-configd relay stdout from scripts to the user's console: T3411: Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses.
Mar 16 2021, 12:42 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a parent task for T3411: Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses: T3302: Make vyos-configd relay stdout from scripts to the user's console.
Mar 16 2021, 12:42 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro changed the status of T3411: Extend the redirect_stdout context manager in vyos-configd to redirect stdout from subprocesses from Open to In progress.
Mar 16 2021, 12:42 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
bbs2web added a comment to T1981: Allow route-map 'set src' to reference both IPv4 and IPv6.

If I remember this change was accepted in to VyOS 1.3. There is confirmation of a configuration where we set IPv4 and IPv6 preferred source in the following thread:
https://phabricator.vyos.net/T1528

Mar 16 2021, 3:56 AM · vyatta-cfg-quagga

Mar 15 2021

jbrown added a comment to T3397: getty forces --keep-baud in 1.2.x.

This totally breaks remote console access for me on 1.2.6, FWIW, so I consider it a fairly serious bug.

Mar 15 2021, 11:27 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.2 Crux (VyOS 1.2.9)
jbrown added a comment to T1981: Allow route-map 'set src' to reference both IPv4 and IPv6.

Any chance of motion on this?

Mar 15 2021, 11:18 PM · vyatta-cfg-quagga
stepler updated subscribers of T3290: Disabling GRE conntrack module fails.

@dmbaturin, don't forget to backport the other two PRs to 1.3:
https://github.com/vyos/vyatta-cfg-firewall/pull/20
https://github.com/vyos/vyos-1x/pull/730

Mar 15 2021, 8:16 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
stepler reopened T3395: WAN load-balancing fails with nexthop dhcp as "Backport candidate".

Waiting on backport to 1.3.

Mar 15 2021, 4:14 PM · VyOS 1.2 Crux (VyOS 1.2.7), VyOS 1.4 Sagitta
Unknown Object (User) added a comment to T3329: "system conntrack ignore" rules can no longer be created due to an iptables syntax change.

@dmbaturin please cherry-pick this to equuleus. Successfully tested on VyOS-1.3-RC1

Mar 15 2021, 3:49 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jestabro added a comment to T3284: merge/load fail silently if unable to resolve host.

Thanks, @erkin --- I'm sure you can cherry-pick from 1.4 to 1.3; 'backporting' is not quite the right word, as it is development branch to stable branch. I really like this solution to the mess that was remote.py.

Mar 15 2021, 1:24 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
dmbaturin created 1.2.7.
Mar 15 2021, 12:42 PM
erkin closed T3354: Convert strip-private script from Perl to Python, a subtask of T3355: Remove all remaining legacy Vyatta code, as Resolved.
Mar 15 2021, 12:38 PM · VyOS 1.5 Circinus
erkin closed T3354: Convert strip-private script from Perl to Python as Resolved.
Mar 15 2021, 12:38 PM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
zsdc changed the status of T3410: Unsafe processing of special characters in CLI autocomplete from Open to Confirmed.
Mar 15 2021, 12:22 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.3 Equuleus (1.3.8)
zsdc created T3410: Unsafe processing of special characters in CLI autocomplete.
Mar 15 2021, 12:20 PM · VyOS 1.4 Sagitta (1.4.0-GA), VyOS 1.3 Equuleus (1.3.8)
raphielscape added a comment to T3409: Add back TCP-MSS Clamp to PMTU.
In T3409#89863, @runar wrote:
Mar 15 2021, 11:20 AM · VyOS 1.4 Sagitta
erkin triaged T3351: Installer checking MD5 checksums on the ISO image as Low priority.
Mar 15 2021, 10:09 AM · VyOS 1.4 Sagitta
erkin claimed T3284: merge/load fail silently if unable to resolve host.

I'll give backporting a try. It should be doable as long as Paramiko is in our reach. If not, I'll see if I can cobble together something to check for hostname resolution failure.

Mar 15 2021, 6:58 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
runar added a comment to T3409: Add back TCP-MSS Clamp to PMTU.

What about this? https://docs.vyos.io/en/latest/configuration/firewall/index.html?highlight=Mss#tcp-mss-clamping

Mar 15 2021, 6:15 AM · VyOS 1.4 Sagitta
raphielscape updated the task description for T3409: Add back TCP-MSS Clamp to PMTU.
Mar 15 2021, 4:50 AM · VyOS 1.4 Sagitta
raphielscape created T3409: Add back TCP-MSS Clamp to PMTU.
Mar 15 2021, 3:48 AM · VyOS 1.4 Sagitta

Mar 14 2021

c-po closed T3317: OpenVPN config issue as Invalid.
Mar 14 2021, 8:31 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T3317: OpenVPN config issue.

Thanks for the feedback.

Mar 14 2021, 8:31 PM · VyOS 1.3 Equuleus (1.3.0)
svd135 added a comment to T3317: OpenVPN config issue.

I've found out conf string with "--" works the same way like string without "--". Sorry to trouble you with this question.

Mar 14 2021, 6:10 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T2216: Containerized third-party applications for VyOS.

Hi, how is the container support now

Mar 14 2021, 4:25 PM · VyOS 1.4 Sagitta
Viacheslav closed T175: Add source route option to VTI interfaces as Resolved.
Mar 14 2021, 2:52 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Viacheslav changed the status of T3403: Error on interrupting list of pppoe sessions from Open to Needs testing.
Mar 14 2021, 2:45 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
c-po closed T3325: Bgp listen-range wrong commit message, a subtask of T2174: Rewrite protocol BGP to new XML/Python style, as Resolved.
Mar 14 2021, 2:28 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3325: Bgp listen-range wrong commit message as Resolved.
Mar 14 2021, 2:28 PM · VyOS 1.4 Sagitta
c-po closed T1513: Move OSPF and RIP interface configuration under protocols as Resolved.
Mar 14 2021, 2:04 PM · VyOS 1.4 Sagitta
c-po closed T1513: Move OSPF and RIP interface configuration under protocols, a subtask of T2173: Add the ability to use VRF on VTI interfaces, as Resolved.
Mar 14 2021, 2:04 PM · VyOS 1.4 Sagitta
c-po added a comment to T1513: Move OSPF and RIP interface configuration under protocols.

Implemented in VyOS 1.4

Mar 14 2021, 2:04 PM · VyOS 1.4 Sagitta
c-po merged T2257: BGP does not work with VRF into T3345: BGP: add per VRF instance support.
Mar 14 2021, 2:03 PM · VyOS 1.4 Sagitta
c-po merged task T2257: BGP does not work with VRF into T3345: BGP: add per VRF instance support.
Mar 14 2021, 2:03 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2257: BGP does not work with VRF.

Implemented in VyOS 1.4 rolling

Mar 14 2021, 2:03 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2271: OSPF: add per VRF instance support as Resolved.
Mar 14 2021, 2:03 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2271: OSPF: add per VRF instance support, a subtask of T2175: Rewriting all FRR processes allow for reloading and to XML/Python style, as Resolved.
Mar 14 2021, 2:02 PM
c-po closed T2271: OSPF: add per VRF instance support, a subtask of T3344: Per VRF dynamic routing support, as Resolved.
Mar 14 2021, 2:02 PM · VyOS 1.4 Sagitta
c-po added a comment to T2271: OSPF: add per VRF instance support.

Example config: https://github.com/vyos/vyos-1x/blob/current/smoketest/configs/vrf-ospf

Mar 14 2021, 2:02 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T3344: Per VRF dynamic routing support, a subtask of T2579: The root task for VRF features, as Resolved.
Mar 14 2021, 2:02 PM · VyOS 1.3 Equuleus (1.3.6)
c-po closed T3344: Per VRF dynamic routing support, a subtask of T2175: Rewriting all FRR processes allow for reloading and to XML/Python style, as Resolved.
Mar 14 2021, 2:02 PM
c-po closed T3344: Per VRF dynamic routing support as Resolved.
Mar 14 2021, 2:02 PM · VyOS 1.4 Sagitta
Viacheslav added a comment to T3403: Error on interrupting list of pppoe sessions.

PR https://github.com/vyos/vyos-1x/pull/773

Mar 14 2021, 2:02 PM · VyOS 1.3 Equuleus (1.3.6), VyOS 1.4 Sagitta
c-po added a comment to T3344: Per VRF dynamic routing support.

Example configurations:

Mar 14 2021, 2:02 PM · VyOS 1.4 Sagitta
c-po closed T3345: BGP: add per VRF instance support, a subtask of T3344: Per VRF dynamic routing support, as Resolved.
Mar 14 2021, 2:02 PM · VyOS 1.4 Sagitta
c-po closed T3345: BGP: add per VRF instance support as Resolved.
Mar 14 2021, 2:02 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T141: TACACS+ Support.

I'm curious, I did a little research on Tacacs +, and I'm not sure what you want the certification service to do for you? SSH certification or?

Mar 14 2021, 1:50 PM · VyOS 1.4 Sagitta
c-po added a comment to T3317: OpenVPN config issue.

@svd135 please retest with the latest 1.4 rolling or 1.3 beta version. The issue should be corrected.

Mar 14 2021, 1:44 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a project to T3383: BGP IPv6 neighbor statements configuration not normalized.: VyOS 1.4 Sagitta.
Mar 14 2021, 1:42 PM · VyOS 1.3 Equuleus (1.3.8), VyOS 1.4 Sagitta (1.4.0-GA)
c-po added a comment to T141: TACACS+ Support.

Also CUMULUS has a nice looking package

Mar 14 2021, 1:34 PM · VyOS 1.4 Sagitta
c-po added a comment to T3253: rpki: multiple peers cannot be configured .

A migration script is available from 1.3 onwards.

Mar 14 2021, 12:38 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a subtask for T2175: Rewriting all FRR processes allow for reloading and to XML/Python style: T1711: BGP - migrate from tagNode to node (remove ASN from tagNode).
Mar 14 2021, 9:55 AM
c-po added a parent task for T1711: BGP - migrate from tagNode to node (remove ASN from tagNode): T2175: Rewriting all FRR processes allow for reloading and to XML/Python style.
Mar 14 2021, 9:55 AM · VyOS 1.4 Sagitta
c-po added a subtask for T3345: BGP: add per VRF instance support: T2257: BGP does not work with VRF.
Mar 14 2021, 9:29 AM · VyOS 1.4 Sagitta
c-po added a parent task for T2257: BGP does not work with VRF: T3345: BGP: add per VRF instance support.
Mar 14 2021, 9:29 AM · VyOS 1.3 Equuleus (1.3.0)