]> git.proxmox.com Git - mirror_frr.git/blame - eigrpd/eigrp_routemap.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / eigrpd / eigrp_routemap.h
CommitLineData
7f57883e
DS
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
71b52ef2
DS
11#include "if_rmap.h"
12
13extern bool eigrp_routemap_prefix_apply(struct eigrp *eigrp,
996c9314 14 struct eigrp_interface *ei, int in,
71b52ef2 15 struct prefix *prefix);
d62a17ae 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 *);
7f57883e
DS
22
23#endif /* EIGRPD_EIGRP_ROUTEMAP_H_ */