3 | | |
4 | | ifconfig then shows ~> ifconfig |
5 | | loop Hardware Type: Local Loopback, Address: none |
6 | | inet addr: 127.0.0.1, Mask: 255.0.0.0 |
7 | | MTU: 16384, Metric: 0, up loopback link |
8 | | Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped |
9 | | Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped |
10 | | Collisions: 0 |
11 | | |
| 3 | ifconfig then shows |
| 4 | {{{ |
| 5 | ~> ifconfig |
27 | | |
28 | | instead of the original~> ifconfig |
29 | | loop Hardware Type: Local Loopback, Address: none |
30 | | inet addr: 127.0.0.1, Mask: 255.0.0.0 |
31 | | MTU: 16384, Metric: 0, up loopback link |
32 | | Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped |
33 | | Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped |
34 | | Collisions: 0 |
35 | | |
| 21 | }}} |
| 22 | instead of the original |
| 23 | {{{ |
| 24 | ~> ifconfig |