|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
<table id="gw" xmlns:db="http://docbook.org/ns/docbook">
|
|
<table id="gw" xmlns:db="http://docbook.org/ns/docbook">
|
|
<name>gw</name>
|
|
<name>gw</name>
|
|
- <version>9</version>
|
|
|
|
|
|
+ <version>10</version>
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
<description>
|
|
<description>
|
|
<db:para>This table contains Least Cost Routing Gateway definitions for the LCR module.
|
|
<db:para>This table contains Least Cost Routing Gateway definitions for the LCR module.
|
|
@@ -27,6 +27,12 @@
|
|
<type db="dbtext">int,auto</type>
|
|
<type db="dbtext">int,auto</type>
|
|
</column>
|
|
</column>
|
|
|
|
|
|
|
|
+ <column id="lcr_id">
|
|
|
|
+ <name>lcr_id</name>
|
|
|
|
+ <type>unsigned short</type>
|
|
|
|
+ <description>LCR instance identifier</description>
|
|
|
|
+ </column>
|
|
|
|
+
|
|
<column id="gw_name">
|
|
<column id="gw_name">
|
|
<name>gw_name</name>
|
|
<name>gw_name</name>
|
|
<type>string</type>
|
|
<type>string</type>
|
|
@@ -100,13 +106,6 @@
|
|
<description>Weight of gateway within gw_grp. Valid values are 1-254.</description>
|
|
<description>Weight of gateway within gw_grp. Valid values are 1-254.</description>
|
|
</column>
|
|
</column>
|
|
|
|
|
|
- <column>
|
|
|
|
- <name>ping</name>
|
|
|
|
- <type>unsigned char</type>
|
|
|
|
- <default>0</default>
|
|
|
|
- <description>Is gateway eligible for aliveness check (0 = no, 1 = yes)</description>
|
|
|
|
- </column>
|
|
|
|
-
|
|
|
|
<column>
|
|
<column>
|
|
<name>flags</name>
|
|
<name>flags</name>
|
|
<type>unsigned int</type>
|
|
<type>unsigned int</type>
|
|
@@ -115,14 +114,8 @@
|
|
</column>
|
|
</column>
|
|
|
|
|
|
<index>
|
|
<index>
|
|
- <name>gw_name_idx</name>
|
|
|
|
- <colref linkend="gw_name"/>
|
|
|
|
- <unique/>
|
|
|
|
- </index>
|
|
|
|
-
|
|
|
|
- <index>
|
|
|
|
- <name>grp_id_idx</name>
|
|
|
|
- <colref linkend="grp_id"/>
|
|
|
|
|
|
+ <name>lcr_id_idx</name>
|
|
|
|
+ <colref linkend="lcr_id"/>
|
|
</index>
|
|
</index>
|
|
|
|
|
|
</table>
|
|
</table>
|