mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 06:15:47 +00:00
recirculation: Some cosmetic fixes
Wrap long lines, fix whitespaces, and fix a typo in a comment. No functional changes are intended. Cc: Andy Zhou <azhou@nicira.com> Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: Andy Zhou <azhou@nicira.com>
This commit is contained in:
committed by
Andy Zhou
parent
7e36ac42e3
commit
9b516652a1
@@ -2117,8 +2117,9 @@ dp_execute_cb(void *aux_, struct ofpbuf *packet,
|
||||
|
||||
case OVS_ACTION_ATTR_RECIRC: {
|
||||
const struct ovs_action_recirc *act;
|
||||
|
||||
act = nl_attr_get(a);
|
||||
md->recirc_id =act->recirc_id;
|
||||
md->recirc_id = act->recirc_id;
|
||||
md->dp_hash = 0;
|
||||
|
||||
if (act->hash_alg == OVS_RECIRC_HASH_ALG_L4) {
|
||||
|
Reference in New Issue
Block a user