summaryrefslogtreecommitdiff
path: root/keama/tests/onxsc4.in4
blob: f62b720c29b832ebb672fee48793732c7e90c01f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# on executable statement construct

# empty configs are not accepted by Kea
default-lease-time 1800;

# empty on statement
on expiry;

# another one
on commit or release {
    execute ("myscript", packet(5, 2));
}