datapath: Reject attempts to change vport type with OVS_VPORT_CMD_SET.
authorBen Pfaff <blp@nicira.com>
Mon, 17 Oct 2011 18:03:22 +0000 (11:03 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 18 Oct 2011 20:31:30 +0000 (13:31 -0700)
commit4879d4c7c9c7632dc7d684b9440ff84b823e588a
tree9d5506a0a07625e53070f8d46db7e2ff80a8e879
parenta7c4eaf6358e59b8642d9c26ee7efb5fedfa2186
datapath: Reject attempts to change vport type with OVS_VPORT_CMD_SET.

Until now this has just silently failed, but it seems to me like we should
actively reject it.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.c