SRv6 L3VPN VRF Route install failed #14604
liuyuefengcn
started this conversation in
General
Replies: 1 comment 1 reply
-
@liuyuefengcn Your kernel does not have the SEG6 lightweight tunnel support. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
[ X] Did you check if this is a duplicate issue?
[ X] Did you test it on the latest FRRouting/frr master branch?
on frrouting/frr/tree/stable/9.0.
To Reproduce
Router 1 :
Router 2 :
Expected behavior:
The VRF route 2001:3::/64 from Router3 learned on Router1 was successfully installed into Router1's FIB table
Actual behavior:

CentOS Linux release 8.5.2111
Linux version 4.18.0-348.el8.x86_64
debug error info:

[ERR!] zebra: [HSYZM-HV7HF] Extended Error: lwt encapsulation type not supported
Referring to #10896 this issue, I upgraded the Linux kernel to the latest version
[root@localhost frrlab]# sudo docker exec -it router1 bash
[root@router1 /]# uname -a
Linux router1.1 6.5.7-1.el8.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Oct 10 21:50:37 EDT 2023 x86_64 x86_64 x86_64 GNU/Linux
[root@router1 /]#
But the problem remains unsolved。

any solutions please.. 😢
Beta Was this translation helpful? Give feedback.
All reactions