libiproute: handle table ids larger than 255
[oweals/busybox.git] / networking / libiproute / ipneigh.c
index d2028b7b682112eb0197db1d0846536ca3b0f1f8..2a1c20e20b3c3109df4219026d5bda15191c26ec 100644 (file)
@@ -62,7 +62,7 @@ static unsigned nud_state_a2n(char *arg)
                "stale\0"     "incomplete\0"  "delay\0"  "probe\0"
                "failed\0"
                ;
-       static uint8_t nuds[] = {
+       static uint8_t nuds[] ALIGN1 = {
                NUD_PERMANENT,NUD_REACHABLE, NUD_NOARP,NUD_NONE,
                NUD_STALE,    NUD_INCOMPLETE,NUD_DELAY,NUD_PROBE,
                NUD_FAILED