Skip to content

Commit 68a896d

Browse files
author
Ritwick DSouza
committed
[raspbian] Removed loopback section from docs
1 parent ad24fbe commit 68a896d

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

docs/source/backends/raspbian.rst

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -188,39 +188,6 @@ There are 3 main type of interfaces:
188188
* **wireless interfaces**: must be of type ``wireless``
189189
* **bridge interfaces**: must be of type ``bridge``
190190

191-
Loopback Interface
192-
~~~~~~~~~~~~~~~~~~
193-
194-
The following *configuration dictionary*:
195-
196-
.. code-block:: python
197-
198-
{
199-
"interfaces": [
200-
{
201-
"name": "lo",
202-
"type": "loopback",
203-
"addresses": [
204-
{
205-
"address": "127.0.0.1",
206-
"mask": 8,
207-
"proto": "static",
208-
"family": "ipv4"
209-
}
210-
]
211-
}
212-
]
213-
}
214-
215-
Will be rendered as follows::
216-
217-
# config: /etc/network/interfaces
218-
219-
auto lo
220-
iface lo inet static
221-
address 127.0.0.1
222-
netmask 255.0.0.0
223-
224191
Dualstack (IPv4 & IPv6)
225192
~~~~~~~~~~~~~~~~~~~~~~~
226193

0 commit comments

Comments
 (0)