commit | a0a908f1dfb679c384ab34ee3c1a2a63ba2448df | [log] [tgz] |
---|---|---|
author | Neale Ranns <nranns@cisco.com> | Tue Aug 01 11:40:03 2017 -0700 |
committer | Florin Coras <florin.coras@gmail.com> | Tue Aug 01 21:50:15 2017 +0000 |
tree | 4fe1128725998ecde799c6ec063094ae7791d163 | |
parent | 42e6b097e02b80779213aa5c14a5202ecd5913e5 [diff] [blame] |
FIB path weight incorrect in dump (VPP-922) Change-Id: I655f41878ca3595681d0255782b0faba01c9824b Signed-off-by: Neale Ranns <nranns@cisco.com>
diff --git a/src/vnet/mpls/mpls.api b/src/vnet/mpls/mpls.api index 61d7fe6..67f1045 100644 --- a/src/vnet/mpls/mpls.api +++ b/src/vnet/mpls/mpls.api
@@ -112,7 +112,8 @@ typeonly manual_print manual_endian define fib_path2 { u32 sw_if_index; - u32 weight; + u8 weight; + u8 preference; u8 is_local; u8 is_drop; u8 is_unreach;