From a3b5c8083e6ab28378ba187ec9aa0f3ce3d101df Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 10 Nov 2020 20:39:39 +0100 Subject: interfaces: introduce new common-with|without-dhcp include Now we have one single include dealing with all the common interface stuff which is present on every interface. --- docs/_include/interface-common-with-dhcp.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/_include/interface-common-with-dhcp.txt (limited to 'docs/_include/interface-common-with-dhcp.txt') diff --git a/docs/_include/interface-common-with-dhcp.txt b/docs/_include/interface-common-with-dhcp.txt new file mode 100644 index 00000000..34eef941 --- /dev/null +++ b/docs/_include/interface-common-with-dhcp.txt @@ -0,0 +1,7 @@ +.. cmdinclude:: ../_include/interface-address-with-dhcp.txt + :var0: {{ var0 }} + :var1: {{ var1 }} + +.. cmdinclude:: ../_include/interface-common.txt + :var0: {{ var0 }} + :var1: {{ var1 }} -- cgit v1.2.3