commit | 8faf491e642011f449d6405be52bedb70964aed6 | [log] [tgz] |
---|---|---|
author | Li RongQing <roy.qing.li@gmail.com> | Thu May 14 11:16:59 2015 +0800 |
committer | Steffen Klassert <steffen.klassert@secunet.com> | Mon May 18 10:31:56 2015 +0200 |
tree | f6a3f84e5169862c2d0c4bf1ae2d538cdd3d5eab | |
parent | de2ad486cb6cfdf3ef79a96a18d78bb1b135c0e0 [diff] |
xfrm: optimise to search the inexact policy list The policies are organized into list by priority ascent of policy, so it is unnecessary to continue to loop the policy if the priority of current looped police is larger than or equal priority which is from the policy_bydst list. This allows to match policy with ~0U priority in inexact list too. Signed-off-by: Li RongQing <roy.qing.li@gmail.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>