summaryrefslogtreecommitdiff
path: root/keama/tests/shareinhost.err
blob: 93b049c710f53c7083cff6e66fb0d62e893a83e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
# shared-network declaration inside host declaration config

# host declaration
host foobar {
     hardware ethernet 00:0B:FD:32:E6:FA;
     # can't put a shared-network declaration here
     shared-network "illegal" {
            default-lease-time 1800;
     }
}