Loading drivers/net/vxlan.c +1 −1 Original line number Diff line number Diff line Loading @@ -816,7 +816,7 @@ static void vxlan_cleanup(unsigned long arg) = container_of(p, struct vxlan_fdb, hlist); unsigned long timeout; if (f->state == NUD_PERMANENT) if (f->state & NUD_PERMANENT) continue; timeout = f->used + vxlan->age_interval * HZ; Loading Loading
drivers/net/vxlan.c +1 −1 Original line number Diff line number Diff line Loading @@ -816,7 +816,7 @@ static void vxlan_cleanup(unsigned long arg) = container_of(p, struct vxlan_fdb, hlist); unsigned long timeout; if (f->state == NUD_PERMANENT) if (f->state & NUD_PERMANENT) continue; timeout = f->used + vxlan->age_interval * HZ; Loading