summaryrefslogtreecommitdiff
path: root/keama/tests/hostinhost.err
diff options
context:
space:
mode:
Diffstat (limited to 'keama/tests/hostinhost.err')
-rw-r--r--keama/tests/hostinhost.err11
1 files changed, 11 insertions, 0 deletions
diff --git a/keama/tests/hostinhost.err b/keama/tests/hostinhost.err
new file mode 100644
index 00000000..8da7d425
--- /dev/null
+++ b/keama/tests/hostinhost.err
@@ -0,0 +1,11 @@
+# host declaration inside host declaration config
+
+# host declaration
+host foobar {
+ hardware ethernet 00:0B:FD:32:E6:FA;
+ # can't put another host declaration here
+ host illegal {
+ hardware ethernet 00:07:0E:36:48:19;
+ }
+}
+