HomeSort by: relevance | last modified time | path
    Searched refs:failover (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/dhcp/bin/server/
Makefile 5 SRCS = dhcpd.c dhcp.c bootp.c confpars.c db.c class.c failover.c \
  /src/external/mpl/dhcp/dist/contrib/ldap/
dhcpd-conf-to-ldap 14 # FailOver notes:
15 # Failover is disabled by default, since it may need manually intervention.
16 # You can try the '--use=failover' option to see what happens :-)
18 # If enabled, the failover pool references will be written to LDIF output.
19 # The failover configs itself will be added to the dhcpServer statements
21 # it may be usefull to have multiple service containers in failover mode).
37 my @use = (); # extended flags (failover)
192 if(grep(/FaIlOvEr/i, @use))
194 foreach my $fo_peer (keys %failover)
196 next if(scalar(@{$failover{$fo_peer}}) <= 1)
    [all...]
  /src/sys/dev/pci/cxgb/
cxgb_toedev.h 107 void (*failover)(struct toedev *dev, struct ifnet *bond_ifp, member in struct:toedev
  /src/external/mpl/dhcp/dist/contrib/ms2isc/
ms2isc.pl 53 <Fo> Failover peer name shared with the DHCP partner.
83 same failover is to be applied to all the pools. Furthermore the
229 my ($outfile, $GlobalOptions, $Scope, $Subnet, $prefix, $failover) = @_;
238 # $failover: string to be used for the "failover peer" line
289 !$failover or print $outfile $pound, "\t\tfailover peer \"$failover\";\n";
  /src/tests/net/if_lagg/
t_lagg.sh 1095 $atf_ifconfig lagg0 laggproto failover
1104 $atf_ifconfig lagg0 laggproto failover
1169 atf_set "descr" "tests for failover using IPv4"
1190 atf_set "descr" "tests for failover using IPv6"
1211 atf_set "descr" "tests for failover over l2tp using IPv4"
1231 atf_set "descr" "tests for failover over l2tp using IPv6"
  /src/external/mpl/dhcp/dist/
configure 1457 --enable-failover enable support for failover (default is yes)
5429 # Failover optional compile-time feature.
5430 # Check whether --enable-failover was given.
5435 # Failover is on by default, so define if it is not explicitly disabled.
9059 failover: $enable_failover

Completed in 45 milliseconds