diff options
| author | David Lamparter <equinox@diac24.net> | 2017-08-09 14:35:17 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2017-08-09 14:35:17 +0200 |
| commit | 9cdce038c51d259e4416c3e2f15d70e76c5e176f (patch) | |
| tree | 29fbd9adce8d50fb3183069e57f88f875b73efc0 /zebra/zebra_vrf.h | |
| parent | 11f3bfdd71f9ccef52ddb6bc349b0554fd18c7ff (diff) | |
| parent | 0e236c6cd7bef12a2a375153a0e2d81a961562a2 (diff) | |
Merge branch 'stable/3.0'
... with a lot of fixups.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_vrf.h')
| -rw-r--r-- | zebra/zebra_vrf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/zebra_vrf.h b/zebra/zebra_vrf.h index 3fdbe96dd4..dca53bb9f3 100644 --- a/zebra/zebra_vrf.h +++ b/zebra/zebra_vrf.h @@ -23,6 +23,7 @@ #define __ZEBRA_RIB_H__ #include <zebra/zebra_ns.h> +#include <zebra/zebra_pw.h> /* MPLS (Segment Routing) global block */ typedef struct mpls_srgb_t_ { @@ -89,6 +90,10 @@ struct zebra_vrf { /* MPLS Segment Routing Global block */ mpls_srgb_t mpls_srgb; + /* Pseudowires. */ + struct zebra_pw_head pseudowires; + struct zebra_static_pw_head static_pseudowires; + /* MPLS processing flags */ u_int16_t mpls_flags; #define MPLS_FLAG_SCHEDULE_LSPS (1 << 0) |
