secchan: Drop redundant 'in_port' args to in-band, fail-open miss handlers.
authorBen Pfaff <blp@nicira.com>
Fri, 13 Mar 2009 23:48:01 +0000 (16:48 -0700)
committerBen Pfaff <blp@nicira.com>
Sat, 14 Mar 2009 00:05:45 +0000 (17:05 -0700)
commit4df84872197addec1d26e7bc8b4b04a2fbcbc441
tree07a8d80ba00edd35fdfb18940167f89c3a92c143
parent67092727e5070297247905c6a97d9f745b174e8d
secchan: Drop redundant 'in_port' args to in-band, fail-open miss handlers.

The in_band_handle_flow_miss() and fail_open_handle_flow_miss() functions
have 'in_port' arguments that are completely redundant with their
'flow' arguments' 'in_port' members.  Drop the 'in_port' parameters.
secchan/fail-open.c
secchan/fail-open.h
secchan/in-band.c
secchan/in-band.h
secchan/ofproto.c