Re: [OT?] radvd-Option AdvSourceLLAddress
Bjørn Mork <[email protected]> Mon, 07 Apr 2014 15:35:08 +0200
| Newsgroups | gmane.linux.debian.devel.ipv6 |
|---|---|
| Organization | m |
| Message-ID | <[email protected]> |
Jan Lühr <[email protected]> writes: > Hello folks, > > using radvd, AdvSourceLLAddress can be configured. The manpage says > > "When set, the link-layer address of the outgoing interface is included > in the RA." - which is somewhat understandable - but: > > What's the idea behind that? When is it supposed to be set to on or off? I believe the only useful documentation you'll get for that is the RFC... >From https://tools.ietf.org/html/rfc4861#section-4.2 : <quote> Source link-layer address The link-layer address of the interface from which the Router Advertisement is sent. Only used on link layers that have addresses. A router MAY omit this option in order to enable inbound load sharing across multiple link-layer addresses. </quote> So you'd normally leave that on for ethernet interfaces. Bjørn