mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Documenation updates for --bridge-interface and "off-link".
This commit is contained in:
committed by
Simon Kelley
parent
9bad339af8
commit
4918bd5505
@@ -205,8 +205,8 @@ void icmp6_packet(time_t now)
|
||||
my_syslog(MS_DHCP | LOG_INFO, "RTR-SOLICIT(%s) %s", interface, mac);
|
||||
|
||||
/* If the incoming interface is an alias of some other one (as
|
||||
specified by the --bridge-interfaces option), send an RA
|
||||
using the context of the aliased interface. */
|
||||
specified by the --bridge-interface option), send an RA using
|
||||
the context of the aliased interface. */
|
||||
for (bridge = daemon->bridges; bridge; bridge = bridge->next)
|
||||
{
|
||||
int bridge_index = if_nametoindex(bridge->iface);
|
||||
@@ -827,7 +827,7 @@ time_t periodic_ra(time_t now)
|
||||
}
|
||||
|
||||
/* The source interface can only appear in at most
|
||||
one --bridge-interfaces. */
|
||||
one --bridge-interface. */
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user