/
githubmirror
/
bash-completion
Обзор
Документация
Войти
/
githubmirror
/
bash-completion
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/fixtures/shared/bin/ifconfig
41 строка
2 KB
Yedaya Katsman
test(interfaces): Test completion of veth peers
04 июл 2025, 14:14
04 июл 2025, 14:14
89824cd
Код
Авторство
О чём код?
#!/bin/sh # Dummy "ifconfig -a" emulator, from net-tools 1.60, ifconfig 1.42 (2001-04-13) cat <<EOF eth0 Link encap:Ethernet HWaddr 33:33:33:33:33:33 inet addr:192.168.80.11 Bcast:192.168.80.255 Mask:255.255.255.0 inet6 addr: fe80::000:0000:0000:0000/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:855946 errors:42 dropped:0 overruns:0 frame:42 TX packets:477196 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1142133425 (1.0 GiB) TX bytes:47621718 (45.4 MiB) Interrupt:23 Base address:0xc000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 inet6 addr: ::1/128 Scope:Host UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:129059 errors:0 dropped:0 overruns:0 frame:0 TX packets:129059 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:7456154 (7.1 MiB) TX bytes:7456154 (7.1 MiB) peer1 Link encap:Ethernet HWaddr 33:33:33:33:33:33 inet6 addr: fe80::000:0000:0000:0000/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:15 errors:0 dropped:0 overruns:0 frame:0 TX packets:15 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1146 (1.1 Kb) TX bytes:1146 (1.1 Kb) peer2 Link encap:Ethernet HWaddr 33:33:33:33:33:33 inet6 addr: fe80::000:0000:0000:0000/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:15 errors:0 dropped:0 overruns:0 frame:0 TX packets:15 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:1146 (1.1 Kb) TX bytes:1146 (1.1 Kb) EOF