X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fodp-util.c;h=29f536dae2173dd79591d311dfefece36f5bc8a8;hb=e16a28b5854823e2d67099d49f7690235162b555;hp=1f6d93e9a38c144e1a331105eeaeec44bed600af;hpb=4c2fa71d662cde318940c4cd555aacd687538510;p=sliver-openvswitch.git diff --git a/lib/odp-util.c b/lib/odp-util.c index 1f6d93e9a..29f536dae 100644 --- a/lib/odp-util.c +++ b/lib/odp-util.c @@ -222,6 +222,7 @@ void format_odp_port_type(struct ds *ds, const struct odp_port *p) { if (!strcmp(p->type, "gre") + || !strcmp(p->type, "ipsec_gre") || !strcmp(p->type, "capwap")) { const struct tnl_port_config *config;