I'm a newbie. Recently I used the command ip route ls to print my route table. Here is the content:
111.211.3.192/26 dev wlan0 proto kernel scope link src 111.211.3.205 metric 2
I'm curious about the meaning of proto kernel and scope link.
|
I'm a newbie. Recently I used the command
I'm curious about the meaning of |
||||
|
|
|
I'm partially quoting the man page. scope type is the scope of the destinations covered by the route prefix. protocol type is the routing protocol identifier of this route.
For more information, see: |
||||
|
|