commit | 81bfe3c3cf153441588e50a57f53bc9816f37d37 | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Thu Jan 15 03:53:58 2015 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 15 01:11:41 2015 -0500 |
tree | 332d23a9c698cff308c8a140a886c5df45a3614d | |
parent | d91641d9b5047b0a0a4d223a0b87306e6dff8c02 [diff] |
openvswitch: Allow for any level of nesting in flow attributes nlattr_set() is currently hardcoded to two levels of nesting. This change introduces struct ovs_len_tbl to define minimal length requirements plus next level nesting tables to traverse the key attributes to arbitrary depth. Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: David S. Miller <davem@davemloft.net>