samples/bpf: Fix typo in xdp_router_ipv4 sample
Bugzilla: https://bugzilla.redhat.com/2166911 commit b59cc7fcbaebde52ed97f63c6c50e49b8dd5be37 Author: Deming Wang <wangdeming@inspur.com> Date: Tue Sep 27 15:25:27 2022 -0400 samples/bpf: Fix typo in xdp_router_ipv4 sample Fix typo in xdp_router_ipv4 sample. Signed-off-by: Deming Wang <wangdeming@inspur.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20220927192527.8722-1-wangdeming@inspur.com Signed-off-by: Felix Maurer <fmaurer@redhat.com>
This commit is contained in:
parent
a4df886e99
commit
d3068bc6e8
|
@ -209,7 +209,7 @@ static void read_route(struct nlmsghdr *nh, int nll)
|
|||
/* Rereading the route table to check if
|
||||
* there is an entry with the same
|
||||
* prefix but a different metric as the
|
||||
* deleted enty.
|
||||
* deleted entry.
|
||||
*/
|
||||
get_route_table(AF_INET);
|
||||
} else if (prefix_key->data[0] ==
|
||||
|
|
Loading…
Reference in New Issue