mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-25 19:49:55 +00:00
Merge pull request #15986 from mjstapp/more_rtas
zebra: add some more netlink RTA_ strings
This commit is contained in:
commit
c143a29b6b
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user