]> git.proxmox.com Git - mirror_frr.git/blame - eigrpd/eigrp_filter.h
Merge pull request #12798 from donaldsharp/rib_match_multicast
[mirror_frr.git] / eigrpd / eigrp_filter.h
CommitLineData
acddc0ed 1// SPDX-License-Identifier: GPL-2.0-or-later
7f57883e
DS
2/*
3 * EIGRP Filter Functions.
4 * Copyright (C) 2013-2016
5 * Authors:
6 * Donnie Savage
7 * Jan Janovic
8 * Matej Perina
9 * Peter Orsag
10 * Peter Paluch
11 * Frantisek Gazo
12 * Tomas Hvorkovy
13 * Martin Kontsek
14 * Lukas Koribsky
15 *
7f57883e
DS
16 */
17
18#ifndef EIGRPD_EIGRP_FILTER_H_
19#define EIGRPD_EIGRP_FILTER_H_
20
03a38493
PG
21extern void eigrp_distribute_update(struct distribute_ctx *ctx,
22 struct distribute *dist);
4cfff48a
DS
23extern void eigrp_distribute_update_interface(struct interface *ifp);
24extern void eigrp_distribute_update_all(struct prefix_list *plist);
25extern void eigrp_distribute_update_all_wrapper(struct access_list *alist);
cc9f21da
DS
26extern void eigrp_distribute_timer_process(struct thread *thread);
27extern void eigrp_distribute_timer_interface(struct thread *thread);
7f57883e
DS
28
29#endif /* EIGRPD_EIGRP_FILTER_H_ */