|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
<table id="gw" xmlns:db="http://docbook.org/ns/docbook">
|
|
|
<name>gw</name>
|
|
|
- <version>5</version>
|
|
|
+ <version>6</version>
|
|
|
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
|
|
|
<description>
|
|
|
<db:para>This table contains Least Cost Routing Gateway definitions for the LCR module.
|
|
@@ -87,10 +87,10 @@
|
|
|
</column>
|
|
|
|
|
|
<column>
|
|
|
- <name>dm</name>
|
|
|
- <type>unsigned char</type>
|
|
|
- <default>&DEFAULT_DM;</default>
|
|
|
- <description>Does gateway support directed media (0 = no, 1 = yes)</description>
|
|
|
+ <name>flags</name>
|
|
|
+ <type>unsigned int</type>
|
|
|
+ <default>&DEFAULT_FLAGS;</default>
|
|
|
+ <description>Gateway specific flags</description>
|
|
|
</column>
|
|
|
|
|
|
<index>
|