dhcpoptions

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 17, 2024 License: MIT Imports: 4 Imported by: 0

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL