bundle: Don't special case OFPP_LOCAL in bundle actions.
authorEthan Jackson <ethan@nicira.com>
Wed, 26 Oct 2011 23:13:31 +0000 (16:13 -0700)
committerEthan Jackson <ethan@nicira.com>
Thu, 27 Oct 2011 17:53:38 +0000 (10:53 -0700)
commite008bc13d03e2abb75be7d2e9271c3c50d0085a5
treecdf68c7b3bf29265fc5609b6016db791625d9e03
parent439e4d8cdd9f99462cbe712082935e0c9a728e21
bundle: Don't special case OFPP_LOCAL in bundle actions.

The OFPP_LOCAL port is a real port with a carrier status.  There
isn't a good reason to ignore this data when implementing the
bundle action.
ofproto/ofproto-dpif.c