diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-01-27 14:22:47 -0200 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-02-01 22:03:36 -0200 |
| commit | 45a8eba9721f8d9b9939a2c916c476eb8be3e78d (patch) | |
| tree | b9851dca94e1bba2341bdfc70d070af1e1ba7b4c /lib/filter.h | |
| parent | 28e8294caa010c246bccbff308cb2118b7d52bdb (diff) | |
ldpd: introduce advanced filtering capabilities
This patch introduces several new configuration commands to ldpd. These
commands should allow the operator to define advanced filtering policies
for things like label advertisement, label allocation, etc.
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'lib/filter.h')
| -rw-r--r-- | lib/filter.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/filter.h b/lib/filter.h index e6ccd33b3a..6b5ccb52ec 100644 --- a/lib/filter.h +++ b/lib/filter.h @@ -25,6 +25,9 @@ #include "if.h" +/* Maximum ACL name length */ +#define ACL_NAMSIZ 128 + /* Filter direction. */ #define FILTER_IN 0 #define FILTER_OUT 1 |
