dpif-netdev: Limit scope of vlan in dp_netdev_execute_actions
authorSimon Horman <horms@verge.net.au>
Thu, 17 Jan 2013 06:24:59 +0000 (15:24 +0900)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Jan 2013 21:18:00 +0000 (13:18 -0800)
commitf150da5ef8e62a1d2a4a0cb93652a210f5426c31
tree8f649d832d14fa7a180aa0c8bc76406c3d54dbe8
parent685e46dacb6a28e390615e3c49f61b7dc7a92010
dpif-netdev: Limit scope of vlan in dp_netdev_execute_actions

This is to make the code consistent with the proposed MPLS changes
and avoid cluttering the top of the NL_ATTR_FOR_EACH_UNSAFE loop.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Ben Pfaff <blp@nicira.com>
lib/dpif-netdev.c