summaryrefslogtreecommitdiffstats
path: root/mlag
diff options
context:
space:
mode:
authorSatheesh Kumar K <sathk@cumulusnetworks.com>2019-09-24 11:29:15 +0200
committerSatheesh Kumar K <sathk@cumulusnetworks.com>2019-10-04 04:42:09 +0200
commit40e79e94110c772bfb71b97b1d97e8ad35901b88 (patch)
tree3971f24b20fd8dd1a51ea0c2c4ffacb5e2e741a1 /mlag
parentZebra: ADD Protobuf Encoding & Decoding for MLAG Messages (diff)
downloadfrr-40e79e94110c772bfb71b97b1d97e8ad35901b88.tar.xz
frr-40e79e94110c772bfb71b97b1d97e8ad35901b88.zip
Zebra: Fixing Review comments in Zebra_MLAG
Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Diffstat (limited to 'mlag')
-rw-r--r--mlag/mlag.proto4
1 files changed, 4 insertions, 0 deletions
diff --git a/mlag/mlag.proto b/mlag/mlag.proto
index 3f402bab4..6991015a3 100644
--- a/mlag/mlag.proto
+++ b/mlag/mlag.proto
@@ -154,6 +154,10 @@ message ZebraMlagMrouteAdd {
string vrf_name = 1;
uint32 source_ip = 2;
uint32 group_ip = 3;
+ /*
+ * This is the IGP Cost to reach Configured RP in case of (*,G) or
+ * Cost to the source in case of (S,G) entry
+ */
uint32 cost_to_rp = 4;
uint32 owner_id = 5;
bool am_i_DR = 6;