1# default expressions 2 3# empty configs are not accepted by Kea 4default-lease-time 1800; 5 6# default expression is a variable reference 7foo; 8 9# or a function call when there are parentheses 10bar ("abcd", "xyxt"); 11