diff options
| author | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-09-24 02:29:15 -0700 | 
|---|---|---|
| committer | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-10-03 19:42:09 -0700 | 
| commit | 40e79e94110c772bfb71b97b1d97e8ad35901b88 (patch) | |
| tree | 3971f24b20fd8dd1a51ea0c2c4ffacb5e2e741a1 /mlag | |
| parent | d5167496339ba462e0b6e8d69363b393f6c6ffa0 (diff) | |
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.proto | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/mlag/mlag.proto b/mlag/mlag.proto index 3f402bab49..6991015a3d 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;  | 
