summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_ptm_redistribute.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-02-01 19:55:42 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-02-01 19:55:42 +0100
commit12f6fb97311c58742f305ef240f918aa5d57fa79 (patch)
tree47ba71dd454d8c1d7a110845f5a2743428d20d26 /zebra/zebra_ptm_redistribute.c
parentzebra: Add the 'struct zebra_ns' data structure (diff)
downloadfrr-12f6fb97311c58742f305ef240f918aa5d57fa79.tar.xz
frr-12f6fb97311c58742f305ef240f918aa5d57fa79.zip
lib, zebra: The Bulk of the conversion over to NS and VRF
Convert the rest of zebra over to use a Namespae and VRF. Signed-off-by: Vipin Kumar <vipin@cumulusnetworks.com> Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_ptm_redistribute.c')
-rw-r--r--zebra/zebra_ptm_redistribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_ptm_redistribute.c b/zebra/zebra_ptm_redistribute.c
index 741eeb8eb..8d033355f 100644
--- a/zebra/zebra_ptm_redistribute.c
+++ b/zebra/zebra_ptm_redistribute.c
@@ -100,7 +100,7 @@ zsend_bfd_peer_replay (int cmd, struct zserv *client)
s = client->obuf;
stream_reset (s);
- zserv_create_header (s, cmd, VRF_DEFAULT); //Pending:
+ zserv_create_header (s, cmd, VRF_DEFAULT); //Pending: adjust when multi-vrf bfd work
/* Write packet size. */
stream_putw_at (s, 0, stream_get_endp (s));