more config.network options
This commit is contained in:
parent
5cea204b69
commit
24783445de
1 changed files with 9 additions and 0 deletions
|
@ -213,14 +213,23 @@ in {
|
||||||
(typeString (mkMandatory "proto"))
|
(typeString (mkMandatory "proto"))
|
||||||
(typeString (mkOptional "ipaddr"))
|
(typeString (mkOptional "ipaddr"))
|
||||||
(typeString (mkOptional "netmask"))
|
(typeString (mkOptional "netmask"))
|
||||||
|
(typeString (mkOptional "gateway"))
|
||||||
|
(typeString (mkOptional "broadcast"))
|
||||||
|
(typeString (mkOptional "ip6addr"))
|
||||||
|
(typeString (mkOptional "ip6gw"))
|
||||||
(typeInt (mkOptional "ip6assign"))
|
(typeInt (mkOptional "ip6assign"))
|
||||||
|
(typeList (mkOptional "dns"))
|
||||||
|
(typeInt (mkOptional "layer"))
|
||||||
])
|
])
|
||||||
(mkSections "globals" config.network [
|
(mkSections "globals" config.network [
|
||||||
(typeString (mkOptional "ula_prefix"))
|
(typeString (mkOptional "ula_prefix"))
|
||||||
|
(typeBool (mkOptional "packet_steering"))
|
||||||
])
|
])
|
||||||
(mkSectionsList "device" config.network [
|
(mkSectionsList "device" config.network [
|
||||||
(typeString (mkMandatory "name"))
|
(typeString (mkMandatory "name"))
|
||||||
|
(typeString (mkOptional "macaddr"))
|
||||||
(typeString (mkOptional "type"))
|
(typeString (mkOptional "type"))
|
||||||
|
(typeString (mkOptional "ifname"))
|
||||||
(typeList (mkOptional "ports"))
|
(typeList (mkOptional "ports"))
|
||||||
])
|
])
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Reference in a new issue