Menu

[r5552]: / experimental / net-snmp / files / patch-at.c  Maximize  Restore  History

Download this file

15 lines (13 with data), 343 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
--- agent/mibgroup/mibII/at.c.orig 2008-12-25 10:40:04.000000000 +0900
+++ agent/mibgroup/mibII/at.c 2008-12-25 10:40:59.000000000 +0900
@@ -686,7 +686,11 @@
mib[2] = 0;
mib[3] = AF_INET;
mib[4] = NET_RT_FLAGS;
+#if defined(RTF_LLINFO)
mib[5] = RTF_LLINFO;
+#else
+ mib[5] = 0;
+#endif
if (at)
free(at);
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.