diff options
author | Neale Ranns <nranns@cisco.com> | 2019-07-19 11:44:53 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-07-24 14:42:27 +0000 |
commit | 1dbcf30b7d9691e9223c71c5fa594e7831e4ea32 (patch) | |
tree | d722f71afdac2ef8e86be5501e5fd89fc41e6364 /test/vpp_ip_route.py | |
parent | 1e5ca9b918dfe988eb0247ec35fc188bfabb4dcb (diff) |
fib: Support the POP of a Psuedo Wire Control Word
Type: feature
Change-Id: Ib24547a7c4c73ceb5383d1ca8f14ec40e6a90f01
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/vpp_ip_route.py')
-rw-r--r-- | test/vpp_ip_route.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vpp_ip_route.py b/test/vpp_ip_route.py index 864a39aeb34..a70180b3de5 100644 --- a/test/vpp_ip_route.py +++ b/test/vpp_ip_route.py @@ -64,6 +64,7 @@ class FibPathFlags: FIB_PATH_FLAG_NONE = 0 FIB_PATH_FLAG_RESOLVE_VIA_ATTACHED = 1 FIB_PATH_FLAG_RESOLVE_VIA_HOST = 2 + FIB_PATH_FLAG_POP_PW_CW = 4 class MplsLspMode: |