summaryrefslogtreecommitdiff
path: root/ipacm/inc/IPACM_Iface.h
diff options
context:
space:
mode:
authorRavi Gummadidala <rgummadi@codeaurora.org>2013-03-14 17:02:18 -0700
committerRavi Gummadidala <rgummadi@codeaurora.org>2013-03-14 17:02:18 -0700
commit373d33daafb6ff6f5b0610c0e5a1cc89196c04c1 (patch)
tree60a16668adaeafe5d1301b7a7af6a21007f474f9 /ipacm/inc/IPACM_Iface.h
parenta1644d1e909cdf61af3274effa4e7daa7403f213 (diff)
downloadipacfg-mgr-373d33daafb6ff6f5b0610c0e5a1cc89196c04c1.tar.gz
Various fixes from bring-up:
1. Support wlan iface only has ipv4, ipv6 or both properties 2. Compatible to if WLAN only has v4 or v6 or both properties 3. Resolve the dependency on WLAN's changes 4. Solve the issue about primg iface becomes wlan iface issue 5. Add error-check codes in IPACM_iface manager to not open instance for unknown iface & category 6. Update the IPACM_cfg.xml to support ecm0 7. Add ecm0 iface, ALG ports in IPACM_cfg.xml files 8. Implement a workaround where we do not insert any rule pointing to the common LAN routing table in the filter table of WLAN Rx pipe Change-Id: Ib32c8f13662e7ab4d8e1e4d0c53e93e9cba15495
Diffstat (limited to 'ipacm/inc/IPACM_Iface.h')
-rw-r--r--ipacm/inc/IPACM_Iface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipacm/inc/IPACM_Iface.h b/ipacm/inc/IPACM_Iface.h
index 0bc5811..36610a1 100644
--- a/ipacm/inc/IPACM_Iface.h
+++ b/ipacm/inc/IPACM_Iface.h
@@ -60,6 +60,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define IPV6_DEFAULT_FILTERTING_RULES 1
#define IPV6_DEFAULT_LAN_FILTERTING_RULES 1
#define MAX_SOFTWAREROUTING_FILTERTING_RULES 2
+#define INVALID_IFACE -1
/* iface */
class IPACM_Iface : public IPACM_Listener