4 Feb
2020
4 Feb
'20
9:37 a.m.
diff --git a/nest/route.h b/nest/route.h index d2a07f09..b927db5f 100644 --- a/nest/route.h +++ b/nest/route.h @@ -458,7 +458,7 @@ typedef struct rta { protocol-specific metric is availabe */
-const char * rta_dest_names[RTD_MAX]; +extern const char * rta_dest_names[RTD_MAX];
static inline const char *rta_dest_name(uint n) { return (n < RTD_MAX) ? rta_dest_names[n] : "???"; }
Could upstream please merge this to master and the next release? Thanks.
+1. Let me know if you want me to send a proper patch (but this is probably so trivial so it's easier for you guys to just add it yourself).
Thank you both for finding and fixing this bug. Merged. Maria