Commit b59cc7fc authored by Deming Wang's avatar Deming Wang Committed by Andrii Nakryiko
Browse files

samples/bpf: Fix typo in xdp_router_ipv4 sample

parent 2ade1cd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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] ==