Default: 1024
+neigh/default/gc_stale_time - INTEGER
+ Determines how long a neighbor entry can remain unused before it is
+ considered stale and eligible for garbage collection. Entries that have
+ not been used for longer than this time will be removed by the garbage
+ collector, unless they have active references, are marked as PERMANENT,
+ or carry the NTF_EXT_LEARNED or NTF_EXT_VALIDATED flag. Stale entries
+ are only removed by the periodic GC when there are at least gc_thresh1
+ neighbors in the table.
+
+ Default: 60 seconds
+
neigh/default/unres_qlen_bytes - INTEGER
The maximum number of bytes which may be used by packets
queued for each unresolved address by other network layers.