[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [DNA] Issue about multiply connected to the same link andDNAbe ingper-interface or not (was Re: WG LC commentsondraft-ietf-dna-goals-01. txt)
Brijesh Kumar wrote:
> Actually, it is hard to determine when multiple interfaces can share DNA related information and when they can't without some external knowledge. If two interfaces share the same link layer, you would most likely need to share the DNA information since both device interfaces will try to connect to the same attachment point. However, it need not be the case in all cases since interfaces may be configured to whatever a user wants. For example, interface A may be configured to connect to Red Basestation and interface B can be configured to connect to only Blue Base stations. How will a system determine if interfaces should share DNA information or not?
I can answer the question with an example solution. I picked the
complete-prefix list (but I could have picked a linkid solution as well
for this example).
If the prefix lists are maintained independently of the network
interfaces, then the fact that a prefix is seen in a RA on the wlan0
interface, where the prefix was recently heard (less than the prefix
lifetime) on the eth3 interface, means that the host can assume that
wlan0 is now connected to the same link as eth3 was connected to before.
Thus it can apply the prefix list and default routers it knew back on eth3.
Of course, there might be security easons to limit this. For instance,
if the host knows that wlan0 is insecure somehow.
Erik