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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user