summaryrefslogtreecommitdiff
path: root/keama/tests/dhcp3/events.dhcpd
blob: a5f17fe627d92fda54cd9fd62418332c3e556904 (plain)
1
2
3
4
5
6
7
8
9
10
#
# commented out per Saska and Joi.  
#on commit {
#    set clientip = binary-to-ascii(10, 8, ".", leased-address);
#    set clientmac = binary-to-ascii(16, 8, ":", substring(hardware, 1, 6));
#    set tikip = binary-to-ascii(10, 8, ".", config-option routers);
#
#    ### DISABLED PER BOB SASKA, DO NOT ENABLE UNLESS YOU TALK TO ME
#    #execute("/usr/local/bin/sendcommit", concat("", clientip), clientmac, tikip);
#}