]> git.proxmox.com Git - ovs.git/commit
ofproto: Reject slave controllers for bundle messages.
authorJarno Rajahalme <jrajahalme@nicira.com>
Mon, 22 Dec 2014 19:31:18 +0000 (11:31 -0800)
committerJarno Rajahalme <jrajahalme@nicira.com>
Mon, 22 Dec 2014 20:55:15 +0000 (12:55 -0800)
commitba9d374a7af506414607d09d5dbe633b22ebb730
treebedd18622fdf35bcb80f5d0fb506e44d70fef315
parentc25ce22d558a47d1ffc28d01f143a69c2dbcaf0d
ofproto: Reject slave controllers for bundle messages.

Slave controllers are rejected for flow and port mod messages, so they
should also be rejected for bundles (that require support at least for
flow and port mod messages).

Signed-off-by: Jarno Rajahalme <jrajahalme@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto.c