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