diff options
author | Jarno Rajahalme <jrajahalme@nicira.com> | 2013-10-24 13:19:29 -0700 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2013-11-01 15:43:59 -0700 |
commit | b2dd70be133bf86c3b8a1d597594489827887b69 (patch) | |
tree | c23123a338698f2823bb8219db7e25825c7ffbdc /lib/ofp-util.h | |
parent | 5709346214a4a9d383a49188669551e280b191de (diff) | |
download | openvswitch-b2dd70be133bf86c3b8a1d597594489827887b69.tar.gz |
Native Set-Field action.
Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'lib/ofp-util.h')
-rw-r--r-- | lib/ofp-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ofp-util.h b/lib/ofp-util.h index c37ab2bc6..eccce883b 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -31,6 +31,7 @@ struct ofpbuf; union ofp_action; +struct ofpact_set_field; /* Port numbers. */ enum ofperr ofputil_port_from_ofp11(ovs_be32 ofp11_port, |