mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/gw-router/default.nix
This commit is contained in:
@@ -133,14 +133,16 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
accessPorts = lib.mkOption {
|
accessPorts = lib.mkOption {
|
||||||
type = lib.types.attrsOf lib.types.submodule {
|
type = lib.types.attrsOf (
|
||||||
|
lib.types.submodule {
|
||||||
options = {
|
options = {
|
||||||
vlanId = lib.mkOption {
|
vlanId = lib.mkOption {
|
||||||
type = lib.types.int;
|
type = lib.types.int;
|
||||||
description = "Untagged traffic in from the device gets tagged VLANs inside the bridge, and VLANs traffic going back out to the device gets untagged, so the device itself never has to know VLANs exist.";
|
description = "Untagged traffic in from the device gets tagged VLANs inside the bridge, and VLANs traffic going back out to the device gets untagged, so the device itself never has to know VLANs exist.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
}
|
||||||
|
);
|
||||||
description = ''
|
description = ''
|
||||||
Ports acting as untagged access ports on a single VLAN (port name ->
|
Ports acting as untagged access ports on a single VLAN (port name ->
|
||||||
VLAN id). Frames are untagged on the wire; the bridge tags them with
|
VLAN id). Frames are untagged on the wire; the bridge tags them with
|
||||||
|
|||||||
Reference in New Issue
Block a user