Documenation updates for --bridge-interface and "off-link".

This commit is contained in:
Neil Jerram
2015-06-10 22:23:20 +01:00
committed by Simon Kelley
parent 9bad339af8
commit 4918bd5505
7 changed files with 46 additions and 24 deletions

View File

@@ -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;
}
}