# ##################################################################### ## ## ## bootp.monitor Version 1.0.0 ## ## 2000-01-10 ## ## Copyright (C) 2000 ## ## Peter Holzleitner (P.Holzleitner@computer.org) ## ## ## ##################################################################### # # A MON plug-in monitor to test bootp servers. # # Arguments: # # [-h|--hardware] [-d|--debug] serverlist # # Requirements: # # This is actually just a mon wrapper for the bootptest program # from the CMU bootpd distribution. Please refer to bootptest(8) # for details about its operation. The --hardware (-h) option is # passed through to bootptest. # # History: # # 1.0.0 initial release