5293e96ce9
This change splits the IP service for each platform network into ipv4 and ipv6 t support dual-stack. It still supporting single-stack (when there is only ipv4 or ipv6) Test Plan: [WIP] Story: 2011027 Task: xxxxx Change-Id: Ic6451cae04769409babd2d6507c3677d1cce5617 Signed-off-by: Andre Kantek <andrefernandozanella.kantek@windriver.com> |
||
---|---|---|
.. | ||
create_sm_db.sql | ||
create_sm_hb_db.sql | ||
Makefile | ||
README | ||
sm-patch.sql |
The SM database is generated by the corresponding SQL scripts: create_sm_db.sql -> sm.db create_sm_hb_db.sql -> sm.db.hb Instructions: 1. Update the corresponding SQL script i.e, create_sm_db.sql or create_sm_hb_db.sql: Add proper SQL statement(s) (insert, update, delete) to the sql file.