8

(Related to this question I posted a while ago on apple.stackexchange.)

What is the difference between the following two routing table entries:

default E.F.G.H UGSc 0 0 en1 default E.F.G.H UGScI 25 0 en1 

(Where E.F.G.H is some gateway IP address.) Specifically what effect does the RTF_IFSCOPE flag have on the routing table entry?

1 Answer 1

5

You can use the route command's -ifscope option to bind a route to a specific interface. This lets you create multiple routes that point to the same destination, differentiated only by which interface is in play. Routes so bound show up in netstat output with the I flag.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.