diff options
Diffstat (limited to 'test/vpp_gre_interface.py')
-rw-r--r-- | test/vpp_gre_interface.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/vpp_gre_interface.py b/test/vpp_gre_interface.py index 905c3832532..9a9069ac9ab 100644 --- a/test/vpp_gre_interface.py +++ b/test/vpp_gre_interface.py @@ -24,8 +24,8 @@ class VppGreInterface(VppInterface): GRE_API_TUNNEL_TYPE_L3) self.t_mode = mode if not self.t_mode: - self.t_mode = (VppEnum.vl_api_gre_tunnel_mode_t. - GRE_API_TUNNEL_MODE_P2P) + self.t_mode = (VppEnum.vl_api_tunnel_mode_t. + TUNNEL_API_MODE_P2P) def add_vpp_config(self): r = self.test.vapi.gre_tunnel_add_del( |