projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439e4d8
)
bundle: Don't special case OFPP_LOCAL in bundle actions.
author
Ethan Jackson
<ethan@nicira.com>
Wed, 26 Oct 2011 23:13:31 +0000
(16:13 -0700)
committer
Ethan Jackson
<ethan@nicira.com>
Thu, 27 Oct 2011 17:53:38 +0000
(10:53 -0700)
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
patch
|
blob
|
history
diff --git
a/ofproto/ofproto-dpif.c
b/ofproto/ofproto-dpif.c
index 39b83ef3b0da5229f14172d3195bec73d11625bb..aba8e3ce08f329b604995de9367bbcae0e5a39c4 100644
(file)
--- a/
ofproto/ofproto-dpif.c
+++ b/
ofproto/ofproto-dpif.c
@@
-4046,7
+4046,6
@@
slave_enabled_cb(uint16_t ofp_port, void *ofproto_)
case OFPP_NORMAL:
case OFPP_FLOOD:
case OFPP_ALL:
- case OFPP_LOCAL:
case OFPP_NONE:
return true;
case OFPP_CONTROLLER: /* Not supported by the bundle action. */