X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_gre_interface.py;fp=test%2Fvpp_gre_interface.py;h=9a9069ac9abc1ff3fbbcc6adb99b812fd2f80254;hb=59ff918ea5b86112ffc89054aa38107703354585;hp=905c3832532ac7491305079ed11b8640e36e7043;hpb=3b37125bdb0251181f90a429a4532b339711cf89;p=vpp.git 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(