7 lines
126 B
Text
7 lines
126 B
Text
|
let IP =
|
||
|
{ Type = { address : Text, prefixLength : Natural }
|
||
|
, default.prefixLength = 24
|
||
|
}
|
||
|
|
||
|
in { Network }
|