summaryrefslogtreecommitdiff
path: root/zebra/zebra_pbr.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2019-10-18 22:30:24 +0200
committerPhilippe Guibert <philippe.guibert@6wind.com>2020-08-21 13:37:08 +0200
commitc9b1139ace19fd9c3bc255eddd4d5b9f31cf3c1c (patch)
tree88dcae5835e9e8581afa40a6088b1cbfff11ecaf /zebra/zebra_pbr.h
parent8f2421871071160ad5c856d6c389a3f7d17a2325 (diff)
zebra: add icmpv6 table of type / code
this table contains the list of icmp type/code for icmpv6. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'zebra/zebra_pbr.h')
-rw-r--r--zebra/zebra_pbr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_pbr.h b/zebra/zebra_pbr.h
index c84e603723..e7504a3547 100644
--- a/zebra/zebra_pbr.h
+++ b/zebra/zebra_pbr.h
@@ -163,6 +163,7 @@ struct zebra_pbr_iptable {
};
extern const struct message icmp_typecode_str[];
+extern const struct message icmpv6_typecode_str[];
const char *zebra_pbr_ipset_type2str(uint32_t type);