]> git.proxmox.com Git - mirror_frr.git/blame_incremental - eigrpd/eigrp_routemap.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / eigrpd / eigrp_routemap.h
... / ...
CommitLineData
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#include "if_rmap.h"
12
13extern bool eigrp_routemap_prefix_apply(struct eigrp *eigrp,
14 struct eigrp_interface *ei, int in,
15 struct prefix *prefix);
16extern void eigrp_route_map_update(const char *);
17extern void eigrp_route_map_init();
18extern void eigrp_if_rmap_update(struct if_rmap *);
19extern void eigrp_if_rmap_update_interface(struct interface *);
20extern void eigrp_routemap_update_redistribute(void);
21extern void eigrp_rmap_update(const char *);
22
23#endif /* EIGRPD_EIGRP_ROUTEMAP_H_ */