X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=lib%2Fdpif-netdev.c;h=a67ef054da5043cd301f3d20fea22df6fb73656d;hb=53902038abe62c45ff46d7de9dcec30c3d1d861e;hp=4dcfded09f5667810ed5297d0cf89b58aaa4f6b1;hpb=d15aef482c69e0d33568d850b1a08906f309e491;p=cascardo%2Fovs.git diff --git a/lib/dpif-netdev.c b/lib/dpif-netdev.c index 4dcfded09..a67ef054d 100644 --- a/lib/dpif-netdev.c +++ b/lib/dpif-netdev.c @@ -64,7 +64,7 @@ #include "shash.h" #include "sset.h" #include "timeval.h" -#include "tnl-arp-cache.h" +#include "tnl-neigh-cache.h" #include "tnl-ports.h" #include "unixctl.h" #include "util.h" @@ -2555,7 +2555,7 @@ dpif_netdev_run(struct dpif *dpif) ovs_mutex_unlock(&dp->non_pmd_mutex); dp_netdev_pmd_unref(non_pmd); - tnl_arp_cache_run(); + tnl_neigh_cache_run(); tnl_port_map_run(); new_tnl_seq = seq_read(tnl_conf_seq);