File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -188,39 +188,6 @@ There are 3 main type of interfaces:
188
188
* **wireless interfaces **: must be of type ``wireless ``
189
189
* **bridge interfaces **: must be of type ``bridge ``
190
190
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
-
224
191
Dualstack (IPv4 & IPv6)
225
192
~~~~~~~~~~~~~~~~~~~~~~~
226
193
You can’t perform that action at this time.
0 commit comments