]> git.proxmox.com Git - mirror_frr.git/blob - babeld/babel_filter.h
Merge pull request #12760 from opensourcerouting/fix/switch_to_pr_for_commitlint
[mirror_frr.git] / babeld / babel_filter.h
1 // SPDX-License-Identifier: MIT
2 /*
3 Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
4 */
5
6 #ifndef BABELD_BABEL_FILTER_H
7 #define BABELD_BABEL_FILTER_H
8
9 #include <zebra.h>
10 #include "prefix.h"
11 #include "babel_interface.h"
12
13 int babel_filter(int output, const unsigned char *prefix, unsigned short plen,
14 unsigned int index);
15
16 #endif /* BABELD_BABEL_FILTER_H */