steve-o / openpgm

Automatically exported from code.google.com/p/openpgm
57 stars 44 forks source link

OpenPGM assumes a network device can have only one IP address (IP address + scope for IPv6) #37

Closed banburybill closed 8 years ago

banburybill commented 8 years ago

When calling pgm_bind3(), the caller identifies the sending and receiving interfaces with an interface index (and a scope for IPv6).

When an interface has more than one IP address (i.e. a primary address and more than one alias), the primary address is always used. There is no way to specify that an alias address should be used.