diff options
| author | vivek <vivek@cumulusnetworks.com> | 2016-04-16 11:23:04 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-23 09:30:57 -0400 | 
| commit | 3ab18ff268c297e7279d71f8f82fc8ce7712c23e (patch) | |
| tree | 5cecedf834a9b184c57d35e678f6e78493fbcb4c /zebra/zebra_mpls_null.c | |
| parent | 40c7bdb0c9ba746d1f1bdfe1cb4d03aa5f407661 (diff) | |
Quagga: Display MPLS label forwarding table
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by:   Donald Sharp <sharpd@cumulusnetworks.com>
Ticket: CM-4084, ...
Reviewed By: CCR-3089
Testing Done: Manual
Diffstat (limited to 'zebra/zebra_mpls_null.c')
| -rw-r--r-- | zebra/zebra_mpls_null.c | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/zebra/zebra_mpls_null.c b/zebra/zebra_mpls_null.c index 15169f0f25..03b1f5694b 100644 --- a/zebra/zebra_mpls_null.c +++ b/zebra/zebra_mpls_null.c @@ -33,6 +33,16 @@ zebra_mpls_lsp_schedule (struct zebra_vrf *zvrf)  {  } +void +zebra_mpls_print_lsp (struct vty *vty, struct zebra_vrf *zvrf, mpls_label_t label) +{ +} + +void +zebra_mpls_print_lsp_table (struct vty *vty, struct zebra_vrf *zvrf) +{ +} +  int  zebra_mpls_write_lsp_config (struct vty *vty, struct zebra_vrf *zvrf)  {  | 
