here is the documenation on frr about mpls enable/disable : https://docs.frrouting.org/en/latest/zebra.html#clicmd-mpls-enable-disable
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Today
Yesterday
we need to expose as well the following command to interfaces level :mpls enable
Fri, Sep 18
Tue, Sep 8
Wed, Aug 26
May 4 2026
it could be fixed on it : https://github.com/FRRouting/frr/pull/17298
Apr 30 2026
Feb 19 2026
some information added which is related to SH filters as well :
Dec 4 2025
I like the idea. Maybe we can extend this logic to other things, like WireGuard or VPNs. @a.apostoliuk @dmbaturin
Nov 29 2025
FRR case where there is a long explanation: https://github.com/FRRouting/frr/issues/15400
Nov 28 2025
Nov 25 2025
Sep 20 2025
Sep 11 2025
It appears that when we redistribute connected in ISIS using route-map, it continues to add these routes or continuously learns them. I believe this may be the root cause of the problem.
Sep 5 2025
I did a configuration, basic in this case, I'm not able replicate this bug:
example:
Sep 4 2025
@Viacheslav yes, you are rigth... it's a feature request.
Aug 29 2025
other task related to integrate this new feature: https://vyos.dev/T7766
more bug related to this task :
Aug 19 2025
basically with our test, it's missing a command which enable on the interfaces that can talk lfa with other isis routers, we should add this feature to solve this problmes
Aug 18 2025
bug case in frr: https://github.com/FRRouting/frr/issues/19431
Aug 14 2025
Aug 1 2025
test and working:
Jul 29 2025
Jul 25 2025
Jul 21 2025
I've found a bug when we want to load the configuration using frr-reload.py , task on frr:
Jul 17 2025
Jul 15 2025
another case : https://forum.vyos.io/t/delete-vrf-commit-failure/16786
Apr 9 2025
Feb 21 2025
@talmakion I think it good idea is removed , this attribute was added by cisco in the early day of internet, as you mentioned , it can be solved using 0:0 in a RM.
Feb 20 2025
It looks like the problem is in this `key_mangling', it's probably that function where these kind of errors are given:
I've extend the test in the enviorment , it looks like there is a problem with names in our policies : eg , where it brokes the configuration :
Feb 7 2025
Feb 6 2025
Jan 22 2025
frr task related to this incident : https://github.com/FRRouting/frr/issues/16095 and forum case: https://forum.vyos.io/t/issues-with-mp-bgp-and-ipv6-link-local-peers-using-extended-next-hop/15781
Jan 8 2025
here is C code where is Fixed for Versions: 10.0.3, 10.1.2, 10.2.1, 10.3 : https://github.com/FRRouting/frr/pull/17586/commits/b0800bfdf04b4fcf48504737ebfe4ba7f05268d3 , but I think it shouldn't affect to frr- 9.1.2 which is used in the 1.4 sagitta, it was refactored in the newest version :
Nov 21 2024
@sarthurdev i think it can be good idea to those case , what do you think ? @dmbaturin @jestabro
Nov 1 2024
Oct 23 2024
Oct 5 2024
tested with the fixed done by @natali-rs1985 : , works with ports as well :
Sep 30 2024
Sep 16 2024
we've added this new feature called Server bridge , it's available in 1.5 and backported 1.4:
merge and tested in both version .
Sep 12 2024
Aug 29 2024
Aug 22 2024
Aug 20 2024
Aug 19 2024
I think it has a interesting option `ethtool -K ethX ntuple [on|offwhich is interesting has the knowledge , we can keep it as a part the main task .
this task is already created, it involved many offload/NIC tunning which are described on this :
Aug 9 2024
Documentation :
https://github.com/vyos/vyos-documentation/pull/1521
Aug 8 2024
new structure was added :
Jul 31 2024
Jul 25 2024
tested and resolved : VyOS 1.5-rolling-202407251105
tested and resolved, we've added this change in our cli to fix this deprecate option in opnvpn :
[edit] vyos@vyos-ser-win# set interfaces openvpn vtun10 server topology Possible completions: subnet Subnet topology (recommended) (default) point-to-point Point-to-point topology net30 net30 topology (deprecated)
Jul 13 2024
I've tested in the new version , the problem with default net30 , it is already there .however , when the new version started show a warning message that migrating from net30 to subnet because is going to be deprecated :
Jul 5 2024
In T6211#194799, @stephenmcmahon wrote:In T6211#189615, @Viacheslav wrote:Probably the best way will be moving the config to the vrf section (not implemented)
For example:set vrf name foo service dhcp-server shared-network-name eth1 option default-router '192.168.1.1' set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 lease '300' set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default start '192.168.1.10' set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 range default stop '192.168.1.100' set vrf name foo service dhcp-server shared-network-name eth1 subnet 192.168.1.0/24 subnet-id '1'
Jul 4 2024
task related : https://vyos.dev/T4025
Jul 3 2024
I've checked this bug , it's still present the vesion 1.4./1.5 and the 1.3.x , this problem is related to the update of the new version (openvpn) where the syntax to create a tunnel tap (layer2) is changed , this command allow to transport frame and it's needed when you want to bridge a vtun :