ip r
default via 10.0.0.1 dev eth01 proto static metric 1000
default via 10.0.0.1 dev wlan0 proto static metric 2000
10.0.0.0/24 dev wlan0 proto kernel scope link src 10.0.0.129
10.0.0.0/24 dev eth01 proto kernel scope link src 10.0.0.120
처음 두 줄은 우선순위가 임을 나타냅니다 eth01/wlan0
.
다음 두 줄은 그 반대를 나타냅니다.
이 출력을 어떻게 읽나요?