osx - Mac OS X route gateway link#5 -


can tell me "link#5" means in "netstat" (netstat -rn) on mac?

this how looks (for ipv6): netstat -rn

this ifconfig: ifconfig

what gateway meant notation "link#5"?

an more hard question: why route destination "fd00::/64" created automaticaly?

has "fd00::" secial "meaning/use"?

do have provided enough information answer question?

thx! //stefan

link#5 means interface en1. (osi layer 1)
mean packet put on interface en1.

and don't care destination mac address of packet. (osi layer 2)

about osi: https://en.wikipedia.org/wiki/osi_model


Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -