commit | 7c5956ae41d8ae6145fcdae3c7d4d80026a3ca96 | [log] [tgz] |
---|---|---|
author | Murat Sezgin <msezgin@codeaurora.org> | Mon May 12 09:59:51 2014 -0700 |
committer | Murat Sezgin <msezgin@codeaurora.org> | Mon May 12 09:59:51 2014 -0700 |
tree | 1165158cebb6e7cd4cbfada2f44d209062d790a6 | |
parent | e10936c110bcfd75646f4c3cd12bf5ff63d2f150 [diff] |
[qca-nss-drv] Fixed source interface check The connection match entry table that was originally in the eth_node was moved to ipv4_rx, ipv6_rx and pppoe_rx data structures. This caused a firewall issue since the source interface of the packet was not being checked. Introduced new exception types corresponding to the source interface check fix. CRs-Fixed: 658176 Change-Id: If1ee0ad73a414575ddef2f259981bd92d93a1fbc Signed-off-by: Murat Sezgin <msezgin@codeaurora.org>