summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2024-05-10 01:22:27 -0500
committerGitHub <noreply@github.com>2024-05-10 01:22:27 -0500
commitc143a29b6bcc35cfbe5a994b76e53e6f4c40f360 (patch)
treeff05078081a03e0a8080df7a11ebd03fedbfb452
parent6482d1abe6cc1e44e8360ad01d228d6f2b923500 (diff)
parent6afb6962be3581f3a86982a896628aec1e064916 (diff)
Merge pull request #15986 from mjstapp/more_rtas
zebra: add some more netlink RTA_ strings
-rw-r--r--zebra/debug_nl.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/debug_nl.c b/zebra/debug_nl.c
index a7cccdb98f..037d0b6237 100644
--- a/zebra/debug_nl.c
+++ b/zebra/debug_nl.c
@@ -534,6 +534,12 @@ const char *rtm_rta2str(int type)
return "NH_ID";
case RTA_EXPIRES:
return "EXPIRES";
+ case RTA_VIA:
+ return "VIA";
+ case RTA_ENCAP_TYPE:
+ return "RTA_ENCAP_TYPE";
+ case RTA_ENCAP:
+ return "RTA_ENCAP";
default:
return "UNKNOWN";
}