summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--print-rt6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/print-rt6.c b/print-rt6.c
index 62db9a21..0478f382 100644
--- a/print-rt6.c
+++ b/print-rt6.c
@@ -33,7 +33,7 @@
#include "ip6.h"
-const struct tok srh_tlv_type[] = {
+static const struct tok srh_tlv_type[] = {
{ IPV6_SRH_TLV_PAD1, "Pad1"},
{ IPV6_SRH_TLV_PADN, "PadN"},
{ IPV6_SRH_TLV_HMAC, "HMAC"},