]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - lib/rt_names.c
libnetlink: Add filter function to rtnl_neighdump_req
[mirror_iproute2.git] / lib / rt_names.c
index a02db35eaa8fdd96c3882d499d987b33d7ec95ea..66d5f2f0722b80a7764315a8122b2fcc7fd0f138 100644 (file)
@@ -134,6 +134,11 @@ static char *rtnl_rtprot_tab[256] = {
        [RTPROT_XORP]     = "xorp",
        [RTPROT_NTK]      = "ntk",
        [RTPROT_DHCP]     = "dhcp",
+       [RTPROT_BGP]      = "bgp",
+       [RTPROT_ISIS]     = "isis",
+       [RTPROT_OSPF]     = "ospf",
+       [RTPROT_RIP]      = "rip",
+       [RTPROT_EIGRP]    = "eigrp",
 };