diff options
author | Trisha Biswas <tbiswas@fastly.com> | 2021-05-17 17:50:04 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-05-17 17:50:04 +0200 |
commit | e5468d16855600aeb8172e29936789c46ea58da0 (patch) | |
tree | 0480a2e2124bfe69a72cdaa6e82a6bb0a76d63af /lib/ip.h | |
parent | d114959e3aeef872441dccea34552047380af742 (diff) |
Filter: Add MPLS label route attribute
Add support to set or read outgoing MPLS labels using filters. Currently
this supports the addition of one label per route for the first next hop.
Minor changes by committer.
Diffstat (limited to 'lib/ip.h')
-rw-r--r-- | lib/ip.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ #define IP6_HEADER_LENGTH 40 #define UDP_HEADER_LENGTH 8 +#define MPLS_NULL 3 + /* IANA Address Family Numbers */ /* https://www.iana.org/assignments/address-family-numbers/address-family-numbers.xhtml */ |