X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=lib%2Fofp-print.c;h=cb361a633f2a5c5b3a58f1da1bf77c716a12cc45;hb=046d84c23564adbcc4ab478e756b393e906d7c38;hp=aa3ff542e33f425dc66a2f6f5c0246620a818435;hpb=daff3353a0dcb6db7c1468e442f95ae22d335e88;p=openvswitch diff --git a/lib/ofp-print.c b/lib/ofp-print.c index aa3ff542..cb361a63 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -344,6 +344,7 @@ ofp_print_action(struct ds *s, const union ofp_action *a, break; case OFPUTIL_NXAST_BUNDLE: + case OFPUTIL_NXAST_BUNDLE_LOAD: bundle_format((const struct nx_action_bundle *) a, s); break;