File tree Expand file tree Collapse file tree 2 files changed +83
-0
lines changed Expand file tree Collapse file tree 2 files changed +83
-0
lines changed Original file line number Diff line number Diff line change @@ -3430,6 +3430,43 @@ User keys can be used in search.
3430
3430
```
3431
3431
3432
3432
<!-- 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 -->
3433
3470
<!-- config group network_ovn-common start -->
3434
3471
```{config:option} bridge.external_interfaces network_ovn-common
3435
3472
:shortdesc: "Comma-separated list of unconfigured network interfaces to include in the bridge"
Original file line number Diff line number Diff line change 3880
3880
]
3881
3881
}
3882
3882
},
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
+ },
3883
3929
"network_ovn" : {
3884
3930
"common" : {
3885
3931
"keys" : [
You can’t perform that action at this time.
0 commit comments