Skip to content

Commit 8c85cbd

Browse files
Zashasborkmann
authored andcommitted
selftests/bpf: update test_lwt_seg6local.sh according to iproute2
The shell file for test_lwt_seg6local contains an early iproute2 syntax for installing a seg6local End.BPF route. iproute2 support for this feature has recently been upstreamed, but with an additional keyword required. This patch updates test_lwt_seg6local.sh to the definitive iproute2 syntax Signed-off-by: Mathieu Xhonneux <[email protected]> Acked-by: Yonghong Song <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]>
1 parent 2d55d61 commit 8c85cbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/testing/selftests/bpf/test_lwt_seg6local.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ ip netns exec ns2 ip -6 route add fb00::6 encap bpf in obj test_lwt_seg6local.o
115115
ip netns exec ns2 ip -6 route add fd00::1 dev veth3 via fb00::43 scope link
116116

117117
ip netns exec ns3 ip -6 route add fc42::1 dev veth5 via fb00::65
118-
ip netns exec ns3 ip -6 route add fd00::1 encap seg6local action End.BPF obj test_lwt_seg6local.o sec add_egr_x dev veth4
118+
ip netns exec ns3 ip -6 route add fd00::1 encap seg6local action End.BPF endpoint obj test_lwt_seg6local.o sec add_egr_x dev veth4
119119

120-
ip netns exec ns4 ip -6 route add fd00::2 encap seg6local action End.BPF obj test_lwt_seg6local.o sec pop_egr dev veth6
120+
ip netns exec ns4 ip -6 route add fd00::2 encap seg6local action End.BPF endpoint obj test_lwt_seg6local.o sec pop_egr dev veth6
121121
ip netns exec ns4 ip -6 addr add fc42::1 dev lo
122122
ip netns exec ns4 ip -6 route add fd00::3 dev veth7 via fb00::87
123123

124124
ip netns exec ns5 ip -6 route add fd00::4 table 117 dev veth9 via fb00::109
125-
ip netns exec ns5 ip -6 route add fd00::3 encap seg6local action End.BPF obj test_lwt_seg6local.o sec inspect_t dev veth8
125+
ip netns exec ns5 ip -6 route add fd00::3 encap seg6local action End.BPF endpoint obj test_lwt_seg6local.o sec inspect_t dev veth8
126126

127127
ip netns exec ns6 ip -6 addr add fb00::6/16 dev lo
128128
ip netns exec ns6 ip -6 addr add fd00::4/16 dev lo

0 commit comments

Comments
 (0)