> Hello
> I think the "nameserver" option of rad (router advertisement daemon) should
> be
> able to support a keyword like "self" to refer the router itself as a
> nameserver also, similar to the "self" keyword in PF.
> This could be a reference in the global configuration and/or specific
> interfaces
> conf'.
> I think this could be beneficial in term of conf' simplicity and avoiding
> mistakes (especially if the router has to deal with frequent renumbering).
> example :
> Currently:
> interface re0
> dns {
> nameserver 2a06:a4:7d:20::1 2600::1
> }
> interface re1
> dns {
> nameserver 2a06:a4:7d:30::1
> }
> -----------
> wish:
> dns {
> nameserver self
> }
> interface re0
> interface re1
just keep in mind that "self" can be not one address, but several. for example,
i have four(1 ipv4 + 3 ipv6) of them- will they all be available to the client?