summaryrefslogtreecommitdiffstats
path: root/test/test_gbp.py
diff options
context:
space:
mode:
authorMohsin Kazmi <sykazmi@cisco.com>2018-08-20 18:32:39 +0200
committerNeale Ranns <nranns@cisco.com>2018-09-10 12:38:30 +0000
commit61b94c6bc417dbcb11323962b40493e6f7ec2f7e (patch)
treeaa10b1e25de448b4ea13eaf00c4f3e1e98833dc6 /test/test_gbp.py
parentb414d0d23aff66f793c018a75d83af4d29fb1bd4 (diff)
vxlan-gbp: Add support for vxlan gbp
This patch implements vxlan with extension of group based policy support. Change-Id: I70405bf7332c02867286da8958d9652837edd3c2 Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Diffstat (limited to 'test/test_gbp.py')
-rw-r--r--test/test_gbp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gbp.py b/test/test_gbp.py
index b6faa12c6a6..894690b216d 100644
--- a/test/test_gbp.py
+++ b/test/test_gbp.py
@@ -161,7 +161,7 @@ class VppGbpSubnet(VppObject):
self.address_n,
self.address_len,
sw_if_index=self.sw_if_index if self.sw_if_index else 0xffffffff,
- epg_id=self.epg if self.epg else 0xffffffff,
+ epg_id=self.epg if self.epg else 0xffff,
is_ip6=self.is_ip6)
self._test.registry.register(self, self._test.logger)