Skip to content

Commit

Permalink
Merge pull request #92 from WoutResseler/patch-2
Browse files Browse the repository at this point in the history
IP::Address type is no longer supported, switch to Stdlib variant
  • Loading branch information
smortex authored Nov 13, 2023
2 parents 618a5cc + c8a9ad1 commit def1e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Struct[{
Optional[family] => Enum['inet', 'inet6'],
Optional[hashsize] => Integer[128],
Optional[maxelem] => Integer[128],
Optional[netmask] => IP::Address,
Optional[netmask] => Stdlib::IP::Address,
Optional[timeout] => Integer[1],
}]
```
Expand Down
2 changes: 1 addition & 1 deletion types/options.pp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
Optional[family] => Enum['inet', 'inet6'],
Optional[hashsize] => Integer[128],
Optional[maxelem] => Integer[128],
Optional[netmask] => IP::Address,
Optional[netmask] => Stdlib::IP::Address,
Optional[timeout] => Integer[1],
}]

0 comments on commit def1e12

Please sign in to comment.