Skip to content

Commit 1cc1642

Browse files
avipatel805stgraber
authored andcommitted
doc: Update configs
signed-off-by: avipatel805 <[email protected]>
1 parent 132d709 commit 1cc1642

File tree

2 files changed

+38
-6
lines changed

2 files changed

+38
-6
lines changed

doc/config_options.txt

+18-2
Original file line numberDiff line numberDiff line change
@@ -1164,8 +1164,16 @@ For file systems (shared directories or custom volumes), this is one of:
11641164
```
11651165

11661166
```{config:option} ipv4.host_table devices-nic_routed
1167-
:shortdesc: "The custom policy routing table ID to add IPv4 static routes to (in addition to the main routing table)"
1167+
:shortdesc: "Deprecated: Use ipv4.host_tables instead"
11681168
:type: "integer"
1169+
The custom policy routing table ID to add IPv4 static routes to (in addition to the main routing table)
1170+
1171+
```
1172+
1173+
```{config:option} ipv4.host_tables devices-nic_routed
1174+
:default: "254"
1175+
:shortdesc: "Comma-delimited list of routing tables IDs to add IPv4 static routes to"
1176+
:type: "string"
11691177

11701178
```
11711179

@@ -1203,8 +1211,16 @@ For file systems (shared directories or custom volumes), this is one of:
12031211
```
12041212

12051213
```{config:option} ipv6.host_table devices-nic_routed
1206-
:shortdesc: "The custom policy routing table ID to add IPv6 static routes to (in addition to the main routing table)"
1214+
:shortdesc: "Deprecated: Use ipv6.host_tables instead"
12071215
:type: "integer"
1216+
The custom policy routing table ID to add IPv6 static routes to (in addition to the main routing table)
1217+
1218+
```
1219+
1220+
```{config:option} ipv6.host_tables devices-nic_routed
1221+
:default: "254"
1222+
:shortdesc: "Comma-delimited list of routing tables IDs to add IPv6 static routes to"
1223+
:type: "string"
12081224

12091225
```
12101226

internal/server/metadata/configuration.json

+20-4
Original file line numberDiff line numberDiff line change
@@ -1326,11 +1326,19 @@
13261326
},
13271327
{
13281328
"ipv4.host_table": {
1329-
"longdesc": "",
1330-
"shortdesc": "The custom policy routing table ID to add IPv4 static routes to (in addition to the main routing table)",
1329+
"longdesc": "The custom policy routing table ID to add IPv4 static routes to (in addition to the main routing table)\n",
1330+
"shortdesc": "Deprecated: Use ipv4.host_tables instead",
13311331
"type": "integer"
13321332
}
13331333
},
1334+
{
1335+
"ipv4.host_tables": {
1336+
"default": "254",
1337+
"longdesc": "",
1338+
"shortdesc": "Comma-delimited list of routing tables IDs to add IPv4 static routes to",
1339+
"type": "string"
1340+
}
1341+
},
13341342
{
13351343
"ipv4.neighbor_probe": {
13361344
"default": "true",
@@ -1371,11 +1379,19 @@
13711379
},
13721380
{
13731381
"ipv6.host_table": {
1374-
"longdesc": "",
1375-
"shortdesc": "The custom policy routing table ID to add IPv6 static routes to (in addition to the main routing table)",
1382+
"longdesc": "The custom policy routing table ID to add IPv6 static routes to (in addition to the main routing table)\n",
1383+
"shortdesc": "Deprecated: Use ipv6.host_tables instead",
13761384
"type": "integer"
13771385
}
13781386
},
1387+
{
1388+
"ipv6.host_tables": {
1389+
"default": "254",
1390+
"longdesc": "",
1391+
"shortdesc": "Comma-delimited list of routing tables IDs to add IPv6 static routes to",
1392+
"type": "string"
1393+
}
1394+
},
13791395
{
13801396
"ipv6.neighbor_probe": {
13811397
"default": "true",

0 commit comments

Comments
 (0)