1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Finish moving of path matching. Use int_set_print from core for

printing community lists.
This commit is contained in:
Pavel Machek
2000-04-17 11:20:00 +00:00
parent 2a40efa5e6
commit 159fa4cea9
2 changed files with 3 additions and 9 deletions

View File

@@ -11,6 +11,7 @@
#include "lib/resource.h"
#include "lib/ip.h"
#include "nest/attrs.h"
struct f_inst { /* Instruction */
struct f_inst *next; /* Structure is 16 bytes, anyway */
@@ -39,12 +40,6 @@ struct prefix {
/* If range then prefix must be in range (len >> 16 & 0xff, len >> 8 & 0xff) */
};
struct f_path_mask {
struct f_path_mask *next;
int val;
};
#define PM_ANY -1
struct f_val {
int type;
union {