FIB path weight incorrect in dump (VPP-922)
[vpp.git] / src / vnet / fib / fib_types.h
index a7a23d7..a209ff3 100644 (file)
@@ -380,13 +380,13 @@ typedef struct fib_route_path_t_ {
     /**
      * [un]equal cost path weight
      */
-    u16 frp_weight;
+    u8 frp_weight;
     /**
      * A path preference. 0 is the best.
      * Only paths of the best preference, that are 'up', are considered
      * for forwarding.
      */
-    u16 frp_preference;
+    u8 frp_preference;
     /**
      * flags on the path
      */