summaryrefslogtreecommitdiff
path: root/agent/mibgroup/mibII/route_write.h
blob: 4d6b9126f05755058ffa298351834fb1c293d0cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *  Template MIB group interface - route_write.h
 *
 */
#ifndef _MIBGROUP_ROUTE_WRITE_H
#define _MIBGROUP_ROUTE_WRITE_H

#if !defined(NETSNMP_ENABLE_MFD_REWRITES)
config_require(mibII/ip)
#endif

     int             addRoute(u_long, u_long, u_long, u_short);
     int             delRoute(u_long, u_long, u_long, u_short);
     struct rtent   *findCacheRTE(u_long);
     struct rtent   *newCacheRTE(void);
     int             delCacheRTE(u_long);
     struct rtent   *cacheKernelRTE(u_long);
     WriteMethod     write_rte;

#endif                          /* _MIBGROUP_ROUTE_WRITE_H */