secchan: Only let the controller connection set configuration flags.
authorBen Pfaff <blp@nicira.com>
Mon, 16 Mar 2009 17:05:52 +0000 (10:05 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 16 Mar 2009 17:07:34 +0000 (10:07 -0700)
commit7a685cb31255f0f87cfa8fb75a1a1062ceceaa23
treec13a726b690fde79ce1a4b99b9e48292a119f1ad
parentc5eb603cd97bff8526ddbc6077e164124b8b8f95
secchan: Only let the controller connection set configuration flags.

Each OpenFlow connection to secchan, both controller connection and
management connections, is allowed to set its own miss_send_len and
send_flow_exp configuration, because these are really per-connection
state, not global state.  But management connection should not change
the global state (currently, just the treatment of fragments) when
they do this.
secchan/ofproto.c