diff options
author | vivek <vivek@cumulusnetworks.com> | 2016-04-16 20:23:04 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-23 15:30:57 +0200 |
commit | 3ab18ff268c297e7279d71f8f82fc8ce7712c23e (patch) | |
tree | 5cecedf834a9b184c57d35e678f6e78493fbcb4c /zebra/zebra_mpls_null.c | |
parent | Quagga: Install label forwarding entries for statically configured LSPs (diff) | |
download | frr-3ab18ff268c297e7279d71f8f82fc8ce7712c23e.tar.xz frr-3ab18ff268c297e7279d71f8f82fc8ce7712c23e.zip |
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 15169f0f2..03b1f5694 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) { |