ex_dhcp v0.1.5 mix dhcp View Source

A tool for sending a saved DHCP packet (usually saved from mix snoop) to a DHCP server

Usage

mix dhcp <filename> [options]

Options

  • --bind <device> or -b <device> binds this mix task to a specific network device.
  • --save <filename> or -s <filename> saves the response packet (as erlang term binaries) to files with the given prefix
  • ! fire and forget, don't wait for the response.

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args.

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.