summaryrefslogtreecommitdiffstats
path: root/babeld/babel_filter.h
blob: d2535432b51ea1bf5fd09b314953fbffddf97f19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: MIT
/*
Copyright 2011 by Matthieu Boutier and Juliusz Chroboczek
*/

#ifndef BABELD_BABEL_FILTER_H
#define BABELD_BABEL_FILTER_H

#include <zebra.h>
#include "prefix.h"
#include "babel_interface.h"

int babel_filter(int output, const unsigned char *prefix, unsigned short plen,
                 unsigned int index);

#endif /* BABELD_BABEL_FILTER_H */