X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fodp-util.c;h=29f536dae2173dd79591d311dfefece36f5bc8a8;hb=75fca0a445ccecbf0b53a44024800860475acf2e;hp=1f6d93e9a38c144e1a331105eeaeec44bed600af;hpb=0ae60917fcc827f69c6e12c2f1afd170178f5668;p=openvswitch diff --git a/lib/odp-util.c b/lib/odp-util.c index 1f6d93e9..29f536da 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;