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

ASPA: basic data structures and Static protocol support

This commit is contained in:
Maria Matejka
2023-10-15 16:04:36 +02:00
parent b95dc8f29f
commit 08571b2059
15 changed files with 182 additions and 20 deletions

View File

@ -536,6 +536,7 @@ const char *ea_custom_name(uint ea);
#define EA_MPLS_LABEL EA_CODE(PROTOCOL_NONE, 1)
#define EA_MPLS_POLICY EA_CODE(PROTOCOL_NONE, 2)
#define EA_MPLS_CLASS EA_CODE(PROTOCOL_NONE, 3)
#define EA_ASPA_PROVIDERS EA_CODE(PROTOCOL_NONE, 4)
#define EA_CODE_MASK 0xffff
#define EA_CUSTOM_BIT 0x8000