diff options
author | Simon Horman <horms@verge.net.au> | 2012-03-05 09:34:06 +0700 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-03-07 15:31:20 +0900 |
commit | bd738738829cec724c9a50007cf7667c826ae805 (patch) | |
tree | 7b62fccd4b8fec25afe1e37f23753dced60befc2 /doc/source/using_with_openstack.rst | |
parent | 4bd7c5026cbec97d27971f02e282d428d1d997be (diff) |
Avoid loop in OFPAction.parser()
OFPAction.parser() should call the parser of one of the classes registered
in _ACTION_TYPES() rather than calling itself until a buffer underflow
occurs.
Also, it is not necessary to increment offset as the parser method of the
registered classes re-parse the type and length and thus do not expect it
to be incremented.
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source/using_with_openstack.rst')
0 files changed, 0 insertions, 0 deletions