summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanipv6
Commit message (Collapse)AuthorAgeFilesLines
* Code style for etc filesPhil Davis2015-02-251-21/+36
|
* Fixes #3669 Handle properly recording of the ipv6 interface new ip and do ↵Ermal LUÇI2015-02-041-4/+3
| | | | not issues commands that cannot succeed.
* Fix lineup of copyright linesPhil Davis2015-01-011-28/+28
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Reload Unbound after IP changes, to fix issues noted in Ticket #4095. Do so ↵Chris Buechler2014-12-301-0/+4
| | | | before Dynamic DNS updates occur to ensure the host has functioning DNS.
* Rather than set the g['booting'] on globals provide a function to test for ↵Ermal LUÇI2014-11-261-1/+1
| | | | that doing the right checks
* DHCP6 might start after bootupErmal LUÇI2014-11-241-4/+4
| | | | | | Revert "Gather DNS information and return on bootup" This reverts commit c2847e0faa781712f6419c8f305c97df66d9d233.
* Gather DNS information and return on bootupErmal LUÇI2014-11-241-4/+4
|
* Properly test if FCGI is calling or are being triggered from shell. Normally ↵Ermal2014-11-011-2/+2
| | | | Fixes #3361
* Properly test if FCGI is calling or are being triggered from shell. Normally ↵Ermal2014-11-011-1/+1
| | | | Fixes #3361
* clarify logs generated by newwanip(v6) when restarting packages, it's not ↵Chris Buechler2014-11-011-1/+1
| | | | only IP changes that end up here (by design).
* fix up textChris Buechler2014-10-291-2/+2
|
* Also add similar checks on rc.newwanipv6 as in the v4 versionErmal2014-04-121-1/+1
|
* Take care of the loops reported for OpenVPN in tap mode. Also fixes the ↵Ermal2014-04-121-5/+12
| | | | problems of tap disappearing from bridge if its a member.
* standardize on https://www.pfsense.orgChris Buechler2014-03-141-1/+1
|
* Addapt rc.newwanipv6 to FCGI callingErmal2013-12-201-7/+16
|
* Do not register the _ENV superglobal since its not required and probably not ↵Ermal2013-12-201-4/+6
| | | | very useful in a [F]CGI world and its limit is restricted nowdays in pfSense.
* Remove useless variable and also correct some styleErmal2013-06-171-10/+10
|
* Get interface from inet6 domainErmal2013-06-171-1/+1
|
* Use trim rather than str_replace. Also no need to sleep anymore since dhcp ↵Ermal2013-06-171-4/+1
| | | | will configure first the interface
* Only reload racoon when there is at least one tunnel enabled on the ↵Renato Botelho2013-04-041-2/+2
| | | | interface used to call rc.newwanip(v6). It fixes #2922
* Actually enforce for not dhcp6 interfacesErmal2013-03-191-0/+4
|
* Relax after bootup enforcement since its not needed anymoreErmal2013-03-191-4/+0
|
* Do a check of interface existingErmal2013-03-181-1/+1
|
* Use the new functionality on get_real_interface to get the _stf interface ↵Ermal2013-03-181-2/+3
| | | | when needed
* Use get_interface_ipv6 on rc.newwanipv6 to and teach it to flush the cache ↵Ermal2013-03-181-4/+2
| | | | on optional parameter. Also teach get_real_interface about the tedios ipv6 tunnel interfaces and return them when ipv6 family is specified
* Avoid trying to remove an invalid IPRenato Botelho2013-03-181-12/+14
|
* Remove old ip information so that track6 config does not get confused. Fixes ↵Ermal2013-03-051-1/+2
| | | | #2627
* Small fixes to make code readble and error log more usefulErmal2013-02-101-1/+0
|
* Restart dhcp and radvd on changeErmal2013-02-091-11/+10
|
* Create link_interface_to_track6 to make code more readble and easily ↵Ermal2013-01-311-15/+5
| | | | trackble. Also improve the generation of rules to avoid creating problems during filter reload and some optimizations with it
* Do more strict checks. Also silence some more log_error under debug. Also do ↵Ermal2013-01-301-16/+16
| | | | some sanity checks on rc.newwanipv6 before doing any operation
* Update etc/rc.newwanipv6bcyrill2013-01-081-1/+1
|
* Partly revert commit 4c45712fbcyrill2013-01-071-6/+18
|
* Update the rc.newwanipv6 with patches from the forum atsmos2013-01-051-35/+23
| | | | | http://forum.pfsense.org/index.php/topic,56880.msg305769.html#msg305769 Still need to verify why this does not always come up directly on boot
* The ISC client was far worse then the WIDE client was, back to plan Asmos2013-01-051-13/+29
| | | | | | | | | | Revert "Merge changes required for using the ISC dhclient in pfSense with prefix delegation. This should hopefully be a bit more reliable in the long run." This reverts commit 651018775c78e38045966825b920b641a0302b43. Conflicts: etc/inc/interfaces.inc
* Merge changes required for using the ISC dhclient in pfSense with prefix ↵smos2012-10-121-29/+13
| | | | | | | delegation. This should hopefully be a bit more reliable in the long run. The dhclient6-script could be merged with dhclient-script in the future. Still need to cleanup old adresses and prefixes, as well as LAN prefixes when a old prefix dissapears. This needs some thought and clue to strap together.
* Correct typosmos2012-06-181-1/+1
|
* Make sure that we configure the track interface from the DHCP6 wan, correct ↵smos2012-06-181-1/+1
| | | | | | typo. Redmine ticket #2414
* Teach mwexec and mwexec_bg how to optionally clear signal masks, and use ↵jim-p2012-05-161-1/+1
| | | | that when launching ntp or ntpdate.
* On its own, ntpd does not sync fast enough at bootup, so bring back the ↵jim-p2012-05-161-1/+2
| | | | ntpdate sync but improve it so it can't get stuck forever.
* Handle multiple IPv6 DNS servers in rc.newwanipv6, remove chunk of broken ↵smos2012-04-181-2/+8
| | | | code in the DHCPv6 server that added duplicate lines. Redmine ticket #2380
* Add interface tracking support for native dynamic IPv6 interfaces like dhcp6 ↵smos2012-04-011-1/+15
| | | | | | too. Correct the function name to reflect the RA daemon changeout
* Include this file to make sure that rc.newwanipv6 actually works.smos2012-03-131-0/+1
|
* Add strategic sleep commands into the configure and renewal process so that ↵smos2011-11-211-0/+3
| | | | prefix delegation gets a chance to work.
* Also include services so that we can restart the LAN rtadvd process if needed.smos2011-11-191-0/+1
|
* Do not send reconfigure events in the rc.newwanipv6 until we figure out a ↵smos2011-08-311-10/+9
| | | | | | way to not step on the v4 configure too. Correct some variable names
* Save the IPv6 DNS server and search domain to /var/etc/ so that system ↵Seth Mos2011-05-101-4/+15
| | | | resolv conf picks it up.
* Add the new rc.newwanipv6 script. Needs more work. Dhcp6c client does not ↵Seth Mos2011-05-101-0/+145
pass a argument. Always assuming WAN for no
OpenPOWER on IntegriCloud