Drop interface-common-without-dhcp1.txt which was referenced only once by tunnel

Use full inline code instead of maintaining a weird file with a 1 at the end ;).
This commit is contained in:
Christian Breunig 2023-02-26 21:17:18 +01:00
parent e1229bca25
commit f80febaf8c
2 changed files with 6 additions and 9 deletions

View File

@ -1,7 +0,0 @@
.. cmdinclude:: /_include/interface-address.txt
:var0: {{ var0 }}
:var1: {{ var1 }}
.. cmdinclude:: /_include/interface-common-without-mac.txt
:var0: {{ var0 }}
:var1: {{ var1 }}

View File

@ -18,7 +18,11 @@ a closer look at the protocols and options currently supported by VyOS.
Common interface configuration
------------------------------
.. cmdinclude:: /_include/interface-common-without-dhcp1.txt
.. cmdinclude:: /_include/interface-address.txt
:var0: tunnel
:var1: tun0
.. cmdinclude:: /_include/interface-common-without-mac.txt
:var0: tunnel
:var1: tun0
@ -207,7 +211,7 @@ GRETAP
^^^^^^^
While normal GRE is for layer 3, GRETAP is for layer 2. GRETAP can encapsulate
Ethernet frames, thus it can be bridged with other interfaces to create
Ethernet frames, thus it can be bridged with other interfaces to create
datalink layer segments that span multiple remote sites.
.. code-block:: none