summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanipv6
Commit message (Collapse)AuthorAgeFilesLines
* 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