]> 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 e5efd78e6f810da08dee60269d52a485d8e2cd3d..66d5f2f0722b80a7764315a8122b2fcc7fd0f138 100644 (file)
@@ -12,7 +12,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <syslog.h>
 #include <fcntl.h>
 #include <string.h>
 #include <sys/time.h>
@@ -135,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",
 };