summaryrefslogtreecommitdiff
path: root/test/integration/targets/junos_template/templates/basic/config.j2
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/junos_template/templates/basic/config.j2')
-rw-r--r--test/integration/targets/junos_template/templates/basic/config.j210
1 files changed, 10 insertions, 0 deletions
diff --git a/test/integration/targets/junos_template/templates/basic/config.j2 b/test/integration/targets/junos_template/templates/basic/config.j2
new file mode 100644
index 0000000000..baa2d83833
--- /dev/null
+++ b/test/integration/targets/junos_template/templates/basic/config.j2
@@ -0,0 +1,10 @@
+interfaces {
+ lo0 {
+ unit 0 {
+ family inet {
+ address 1.1.1.1/32;
+ }
+ }
+ }
+}
+