diff options
Diffstat (limited to 'zebra/zebra_mpls.h')
| -rw-r--r-- | zebra/zebra_mpls.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h index becef524fd..9f24689595 100644 --- a/zebra/zebra_mpls.h +++ b/zebra/zebra_mpls.h @@ -292,6 +292,12 @@ zebra_mpls_init_tables (struct zebra_vrf *zvrf); void zebra_mpls_init (void); +/* + * MPLS VTY. + */ +void +zebra_mpls_vty_init (void); + /* Inline functions. */ /* @@ -364,4 +370,7 @@ mpls_should_lsps_be_processed(struct zebra_vrf *zvrf) return ((zvrf->mpls_flags & MPLS_FLAG_SCHEDULE_LSPS) ? 1 : 0); } +/* Global variables. */ +extern int mpls_enabled; + #endif /*_ZEBRA_MPLS_H */ |
