mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
zebra: add some more netlink RTA_ strings
Add a few more RTA_ attribute names to the netlink debug output. Signed-off-by: Mark Stapp <mjs@cisco.com>
This commit is contained in:
parent
0c9ce7a862
commit
6afb6962be
|
@ -534,6 +534,12 @@ const char *rtm_rta2str(int type)
|
||||||
return "NH_ID";
|
return "NH_ID";
|
||||||
case RTA_EXPIRES:
|
case RTA_EXPIRES:
|
||||||
return "EXPIRES";
|
return "EXPIRES";
|
||||||
|
case RTA_VIA:
|
||||||
|
return "VIA";
|
||||||
|
case RTA_ENCAP_TYPE:
|
||||||
|
return "RTA_ENCAP_TYPE";
|
||||||
|
case RTA_ENCAP:
|
||||||
|
return "RTA_ENCAP";
|
||||||
default:
|
default:
|
||||||
return "UNKNOWN";
|
return "UNKNOWN";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue