Revision 5747a735
Added by Seth Mos almost 14 years ago
etc/rc.newwanipv6 | ||
---|---|---|
41 | 41 |
require_once("vpn.inc"); |
42 | 42 |
require_once("openvpn.inc"); |
43 | 43 |
require_once("IPv6.inc"); |
44 |
require_once("services.inc"); |
|
44 | 45 |
|
45 | 46 |
// Do not process while booting |
46 | 47 |
if($g['booting']) |
Also available in: Unified diff
Also include services so that we can restart the LAN rtadvd process if needed.