diff options
| author | Donnie Savage <diivious@hotmail.com> | 2020-12-11 17:05:59 -0500 | 
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-01-12 07:45:48 -0500 | 
| commit | e9f1847e25178cf9e842c063a3b155c86319786b (patch) | |
| tree | ce0b83dbbcb23d8b3e0ff83759b3fdee34c71d82 /eigrpd/eigrp_network.h | |
| parent | dc4accdd53be819b961710b71049fd37e94c915d (diff) | |
eigrpd: Introduce eigrp_metric.[ch] and eigrp_types.h
Add these file and introduce some new fundamental types
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Signed-off-by: Donnie Savage <diivious@hotmail.com>
Diffstat (limited to 'eigrpd/eigrp_network.h')
| -rw-r--r-- | eigrpd/eigrp_network.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/eigrpd/eigrp_network.h b/eigrpd/eigrp_network.h index 831810abeb..eeb32ba356 100644 --- a/eigrpd/eigrp_network.h +++ b/eigrpd/eigrp_network.h @@ -43,11 +43,6 @@ extern int eigrp_if_drop_allspfrouters(struct eigrp *top, struct prefix *p,  				       unsigned int ifindex);  extern void eigrp_adjust_sndbuflen(struct eigrp *, unsigned int); -extern uint32_t eigrp_calculate_metrics(struct eigrp *, struct eigrp_metrics); -extern uint32_t eigrp_calculate_total_metrics(struct eigrp *, -					      struct eigrp_route_descriptor *); -extern uint8_t eigrp_metrics_is_same(struct eigrp_metrics, -				     struct eigrp_metrics);  extern void eigrp_external_routes_refresh(struct eigrp *, int);  #endif /* EIGRP_NETWORK_H_ */  | 
