Skip to content

Commit f90d7bb

Browse files
kmxtnstgraber
authored andcommitted
doc: Update configs
Signed-off-by: Kim Ton <[email protected]>
1 parent c53ad43 commit f90d7bb

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

doc/config_options.txt

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3430,6 +3430,43 @@ User keys can be used in search.
34303430
```
34313431

34323432
<!-- config group network_load_balancer-common end -->
3433+
<!-- config group network_macvlan-common start -->
3434+
```{config:option} gvrp network_macvlan-common
3435+
:condition: "-"
3436+
:default: "`false`"
3437+
:shortdesc: "Register VLAN using GARP VLAN Registration Protocol"
3438+
:type: "bool"
3439+
3440+
```
3441+
3442+
```{config:option} mtu network_macvlan-common
3443+
:condition: "-"
3444+
:shortdesc: "The MTU of the new interface"
3445+
:type: "int"
3446+
3447+
```
3448+
3449+
```{config:option} parent network_macvlan-common
3450+
:condition: "-"
3451+
:shortdesc: "Parent interface to create macvlan NICs on"
3452+
:type: "string"
3453+
3454+
```
3455+
3456+
```{config:option} user.* network_macvlan-common
3457+
:shortdesc: "User-provided free-form key/value pairs"
3458+
:type: "string"
3459+
3460+
```
3461+
3462+
```{config:option} vlan network_macvlan-common
3463+
:condition: "-"
3464+
:shortdesc: "The VLAN ID to attach to"
3465+
:type: "int"
3466+
3467+
```
3468+
3469+
<!-- config group network_macvlan-common end -->
34333470
<!-- config group network_ovn-common start -->
34343471
```{config:option} bridge.external_interfaces network_ovn-common
34353472
:shortdesc: "Comma-separated list of unconfigured network interfaces to include in the bridge"

internal/server/metadata/configuration.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3880,6 +3880,52 @@
38803880
]
38813881
}
38823882
},
3883+
"network_macvlan": {
3884+
"common": {
3885+
"keys": [
3886+
{
3887+
"gvrp": {
3888+
"condition": "-",
3889+
"default": "`false`",
3890+
"longdesc": "",
3891+
"shortdesc": "Register VLAN using GARP VLAN Registration Protocol",
3892+
"type": "bool"
3893+
}
3894+
},
3895+
{
3896+
"mtu": {
3897+
"condition": "-",
3898+
"longdesc": "",
3899+
"shortdesc": "The MTU of the new interface",
3900+
"type": "int"
3901+
}
3902+
},
3903+
{
3904+
"parent": {
3905+
"condition": "-",
3906+
"longdesc": "",
3907+
"shortdesc": "Parent interface to create macvlan NICs on",
3908+
"type": "string"
3909+
}
3910+
},
3911+
{
3912+
"user.*": {
3913+
"longdesc": "",
3914+
"shortdesc": "User-provided free-form key/value pairs",
3915+
"type": "string"
3916+
}
3917+
},
3918+
{
3919+
"vlan": {
3920+
"condition": "-",
3921+
"longdesc": "",
3922+
"shortdesc": "The VLAN ID to attach to",
3923+
"type": "int"
3924+
}
3925+
}
3926+
]
3927+
}
3928+
},
38833929
"network_ovn": {
38843930
"common": {
38853931
"keys": [

0 commit comments

Comments
 (0)