Skip to content

Commit 9eefd4b

Browse files
committed
AF_XDP-interaction: Change IP for my testlab
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
1 parent 1a8a2b9 commit 9eefd4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AF_XDP-interaction/af_xdp_user.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ static bool get_ipv4_u32(char *ip_str, uint32_t *ip_addr)
653653
return true;
654654
}
655655

656-
static char *opt_ip_str_src = "192.168.44.2";
656+
static char *opt_ip_str_src = "192.168.44.1";
657657
static char *opt_ip_str_dst = "192.168.44.3";
658658

659659
static void gen_ip_hdr(struct iphdr *ip_hdr)

0 commit comments

Comments
 (0)