]> git.proxmox.com Git - mirror_frr.git/blob - eigrpd/eigrp_routemap.h
eigrp: Initial Commit
[mirror_frr.git] / eigrpd / eigrp_routemap.h
1 /*
2 * eigrp_routemap.h
3 *
4 * Created on: Nov 19, 2015
5 * Author: root
6 */
7
8 #ifndef EIGRPD_EIGRP_ROUTEMAP_H_
9 #define EIGRPD_EIGRP_ROUTEMAP_H_
10
11 extern void eigrp_route_map_update (const char *);
12 extern void eigrp_route_map_init ();
13 extern void eigrp_if_rmap_update (struct if_rmap *);
14 extern void eigrp_if_rmap_update_interface (struct interface *);
15 extern void eigrp_routemap_update_redistribute (void);
16 extern void eigrp_rmap_update (const char *);
17
18 #endif /* EIGRPD_EIGRP_ROUTEMAP_H_ */