xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/onxsc4.in4 (revision 32d1c65c71fbdb65a012e8392a62a757dd6853e9)
1# on executable statement construct
2
3# empty configs are not accepted by Kea
4default-lease-time 1800;
5
6# empty on statement
7on expiry;
8
9# another one
10on commit or release {
11    execute ("myscript", packet(5, 2));
12}
13