Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It just converts IP without /prefix to IP/32 from stdin. For example: stdin: 10.0.0.2 10.0.1.0/24 Stdout: 10.0.0.2/32 10.0.1.0/24
- Loading branch information