mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 13:03:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			641 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			641 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /*
 | |
|  * eigrp_routemap.h
 | |
|  *
 | |
|  *  Created on: Nov 19, 2015
 | |
|  *      Author: root
 | |
|  */
 | |
| 
 | |
| #ifndef EIGRPD_EIGRP_ROUTEMAP_H_
 | |
| #define EIGRPD_EIGRP_ROUTEMAP_H_
 | |
| 
 | |
| #include "if_rmap.h"
 | |
| 
 | |
| extern bool eigrp_routemap_prefix_apply(struct eigrp *eigrp,
 | |
| 					struct eigrp_interface *ei, int in,
 | |
| 					struct prefix *prefix);
 | |
| extern void eigrp_route_map_update(const char *);
 | |
| extern void eigrp_route_map_init();
 | |
| extern void eigrp_if_rmap_update(struct if_rmap *);
 | |
| extern void eigrp_if_rmap_update_interface(struct interface *);
 | |
| extern void eigrp_routemap_update_redistribute(void);
 | |
| extern void eigrp_rmap_update(const char *);
 | |
| 
 | |
| #endif /* EIGRPD_EIGRP_ROUTEMAP_H_ */
 | 
