X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-print.c;h=23110920b88cb84d6fe8973a43a9ee3dce4e943f;hb=75a75043564dc9b002fffa6c6ad71e0d4d5c892e;hp=3b9c582639ca1baa1f5ed37f9d31642ef19dc950;hpb=39dc90822efc67cee8485e3e410f239a2a9e6e00;p=sliver-openvswitch.git diff --git a/lib/ofp-print.c b/lib/ofp-print.c index 3b9c58263..23110920b 100644 --- a/lib/ofp-print.c +++ b/lib/ofp-print.c @@ -31,6 +31,7 @@ #include "compiler.h" #include "dynamic-string.h" #include "flow.h" +#include "learn.h" #include "multipath.h" #include "nx-match.h" #include "ofp-util.h" @@ -333,6 +334,10 @@ ofp_print_action(struct ds *s, const union ofp_action *a, nxm_decode_n_bits(naor->ofs_nbits)); break; + case OFPUTIL_NXAST_LEARN: + learn_format((const struct nx_action_learn *) a, s); + break; + default: break; }