Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nathanejohnson/dhcpoptions
https://github.com/nathanejohnson/dhcpoptions
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathanejohnson/dhcpoptions
- Owner: nathanejohnson
- License: mit
- Created: 2024-05-16T19:04:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-17T02:04:43.000Z (6 months ago)
- Last Synced: 2024-06-19T15:15:15.929Z (5 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dhcpoptions
simple cli utility for encoding and decoding
some dhcp options. for now, only 121 is supported.usage:
% dhcpoptions 121 -route-arg '192.168.0.0/16,192.168.1.1' -route-arg '10.0.0.0/8,192.168.1.1'
option 121 val: 0x10c0a8c0a80101080ac0a80101
% dhcpoptions 121 -encoded-arg 0x10c0a8c0a80101080ac0a80101
net: 192.168.0.0/16 -> 192.168.1.1
net: 10.0.0.0/8 -> 192.168.1.1