xref: /netbsd-src/external/mpl/dhcp/dist/keama/tests/notbx4.in4 (revision e7ac2a8b5bd66fa2e050809de09a075c36a7014d)
1# not boolean expression
2
3# empty configs are not accepted by Kea
4default-lease-time 1800;
5
6# use not in a reductible match if
7class "reductible" {
8    match if not (option host-name = "www.example.com");
9}
10
11# if test is a boolean too
12if not check "foo" { add "bar"; }
13