netifd: allow negative neighlocktime values
[project/netifd.git] / device.h
index 74d20d65cd11c740ec225e516b7f1ff4c15f928e..7ad733eaf5cd1a64d10de5631d5ac9804023d0f3 100644 (file)
--- a/device.h
+++ b/device.h
@@ -162,7 +162,7 @@ struct device_settings {
        unsigned int neigh6reachabletime;
        unsigned int neigh4gcstaletime;
        unsigned int neigh6gcstaletime;
-       unsigned int neigh4locktime;
+       int neigh4locktime;
        bool rps;
        bool xps;
        unsigned int dadtransmits;