Adding Multipath support for exclusive DPO based fib path entries via rpath
[vpp.git] / src / vnet / fib / fib_types.h
index cd6ef7e..714a1d9 100644 (file)
@@ -523,6 +523,11 @@ typedef struct fib_route_path_t_ {
              * The outgoing MPLS label Stack. NULL implies no label.
              */
             fib_mpls_label_t *frp_label_stack;
+
+            /**
+            * Exclusive DPO
+            */
+           dpo_id_t dpo;
         };
         /**
          * A path that resolves via a BIER Table.