aboutgitcodebugslistschat
path: root/passt.c
diff options
context:
space:
mode:
Diffstat (limited to 'passt.c')
-rw-r--r--passt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/passt.c b/passt.c
index 1f5f60d..1dc1cca 100644
--- a/passt.c
+++ b/passt.c
@@ -374,6 +374,7 @@ int main(int argc, char **argv)
perror("setrlimit");
exit(EXIT_FAILURE);
}
+ sock_probe_mem(&c);
proto_update_l2_buf(c.mac_guest, c.mac, &c.addr4);