User Details
- User Since
- Jan 20 2020, 12:11 PM (252 w, 5 d)
Apr 3 2024
Upstream project bug report:
https://github.com/FRRouting/frr/issues/15610
Jun 1 2023
Chiming in here as a 'me too', on vyos-1.4-rolling-202305300317
Apr 4 2021
So I finally stopped being lazy and got VyOS in to GNS3. As with our production routers MPLS remains off after restarting with either 1.3-rolling-202104021041 or 1.4-rolling-202104022042 for VLAN sub interfaces. Ethernet parent interfaces have their mpls state managed correctly.
Mar 16 2021
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
Dec 7 2020
Installed 1.3-rolling-202012060217 yesterday and the VLAN interfaces don't appear to get MPLS enabled. I essentially removed the following lines, which work as expected when present:
set system sysctl custom net.mpls.conf.eth0/11.input value '1' set system sysctl custom net.mpls.conf.eth0/13.input value '1' set system sysctl custom net.mpls.conf.eth0/14.input value '1'
Nov 25 2020
If I remove the manual sysctl lines it surprisingly still appears to work but proc net mpls is not flipped on as I would have expected.
Is it expected that 'cat /proc/sys/net/mpls/platform_labels' yields '0' unless one defined 'set protocols mpls interface X'?
Nov 22 2020
Layer 2 mpls functions were merged in to the kernel on the 3rd of October, this should hopefully allow BGP signalled VPLS and static LDP pseudowire tunnels. Support still appears to be missing in FRR and it will probably be a while until VyOS is based on this newer kernel, but hoorray!
Sep 25 2020
Jan 29 2020
Appear to have done something wrong with the pull request (https://github.com/vyos/vyos-1x/pull/210), herewith the trivial patch:
Jan 24 2020
Jan 22 2020
I've attached a simple patch to expose FRRouting's built-in capability of being able to apply a route-map to routes that are submitted to the FIB from BGP to VyOS.
I've attached a simple patch to allow 'set src' to be either IPv4 or IPv6 addresses.
Jan 20 2020
Many thanks again, I much prefer having interface specific settings in a single place instead of arbitrary script locations.
This is working nicely, many thanks!
I've attached a simple patch to expose FRRouting's built-in capability of being able to set a prefix's local administrative distance to VyOS.
I've attached a simple patch to expose FRRouting's built-in capability of being able to match on prefix's BGP local preference to VyOS.