From 1dbcf30b7d9691e9223c71c5fa594e7831e4ea32 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 19 Jul 2019 11:44:53 +0000 Subject: fib: Support the POP of a Psuedo Wire Control Word Type: feature Change-Id: Ib24547a7c4c73ceb5383d1ca8f14ec40e6a90f01 Signed-off-by: Neale Ranns --- src/vnet/dpo/dpo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/dpo/dpo.h') diff --git a/src/vnet/dpo/dpo.h b/src/vnet/dpo/dpo.h index 0eeca67b74b..73ad9ad0ff0 100644 --- a/src/vnet/dpo/dpo.h +++ b/src/vnet/dpo/dpo.h @@ -124,6 +124,7 @@ typedef enum dpo_type_t_ { DPO_BIER_DISP_TABLE, DPO_BIER_DISP_ENTRY, DPO_IP6_LL, + DPO_PW_CW, DPO_LAST, } __attribute__((packed)) dpo_type_t; @@ -159,6 +160,7 @@ typedef enum dpo_type_t_ { [DPO_BIER_DISP_ENTRY] = "bier-disp-entry", \ [DPO_BIER_DISP_TABLE] = "bier-disp-table", \ [DPO_IP6_LL] = "ip6-link-local", \ + [DPO_PW_CW] = "PW-CW", \ } /** -- cgit 1.2.3-korg