From 82fd420e88491825217f742890f744c1ad066954 Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" <w.terpstra@gsi.de> Date: Tue, 3 Jul 2012 13:28:01 +0200 Subject: [PATCH] IPv4 needs a polling hook in the main loop. --- wrc_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wrc_main.c b/wrc_main.c index 7c29a9800..1a7483ee1 100644 --- a/wrc_main.c +++ b/wrc_main.c @@ -170,6 +170,7 @@ int main(void) ui_update(); wrc_ptp_update(); spll_update_aux_clocks(); + ipv4_poll(); } } -- GitLab