summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* show real interface namesDarren Embry2012-06-071-2/+3
|
* minor variable name change.Darren Embry2012-06-071-4/+4
|
* actually display webconfigurator port numbers on consoleDarren Embry2012-06-071-3/+3
|
* setting $config['interfaces']['wan']['ipaddrv6'] to 'dhcp6' *should* work now.Darren Embry2012-06-071-1/+1
|
* If radvd is already running, reload, otherwise start one.smos2012-06-071-8/+12
| | | | Shut down when there are no prefixes to announce
* now shows ipv6 webConfigurator URLs (#2413)Darren Embry2012-06-071-2/+20
|
* fix for bug #2469 ("WAN -> LAN -> OPT10")Darren Embry2012-06-071-2/+2
|
* Add better protection for unknown raprioritysmos2012-06-071-4/+4
|
* Make sure we still start on older configs where the setting is still called ↵smos2012-06-071-0/+6
| | | | | | mode, and not ramode. Add a failsafe for the rapriority
* We need to define the default route here, not the advertised prefix.smos2012-06-071-3/+3
|
* Correct the syntax, the RemoveRoute needs to end up in route statementsmos2012-06-071-4/+12
|
* Remove duplicate prefix linesmos2012-06-071-1/+0
|
* Prevent radvd from telling the clients to remove the route to itself.smos2012-06-071-2/+5
|
* Do not send DeprecatePrefix messages for CARP announcements, it causes ↵smos2012-06-071-0/+7
| | | | clients to purge the CARP default route.
* Sync missing code from interface.inc to newwanip scriptErmal2012-06-071-4/+12
|
* Actually do not try to reload everything during bootup since it will be done ↵Ermal2012-06-071-1/+1
| | | | by bootup code
* Bye, bye olsrd back to packages.Ermal2012-06-072-291/+1
|
* Get rid of carpdev, it will never beErmal2012-06-075-135/+4
|
* Catch up with multiple events sending. Also do not blindly startup ↵Ermal2012-06-071-3/+16
| | | | check_reload_status check first
* Surely this cannot work a fitErmal2012-06-071-58/+0
| | | | | | Revert "This script update the Dynamic DNS registration when called by apinger if a gateway from a group is down." This reverts commit b013b81e5de0a57572bba13167c8182c8a0d5c5a.
* Someone needs to ask before breaking stuff like this!Ermal2012-06-071-0/+49
| | | | | | Revert "Eject duplicate script, we already have a script specifically for this." This reverts commit 56a0c7373ae4cc75c77874750a25a7fae26e5593.
* Only add openvpn acl script lines if it's a server mode that does user authjim-p2012-06-061-2/+7
|
* Changeover to the new multiple command pfSctlsmos2012-06-061-2/+2
|
* Reverse the arguments, i got them wrong.smos2012-06-061-2/+2
| | | | Redmine ticket #1965
* Trigger dyndns and ipsecdns updates through check_reload_status. IpsecDNS ↵smos2012-06-061-2/+2
| | | | | | already performs a filter_configure() too. Redmine ticket #1965
* Eject duplicate script, we already have a script specifically for this.smos2012-06-061-49/+0
| | | | Redmine ticket #1965
* This script update the Dynamic DNS registration when called by apinger if a ↵smos2012-06-061-0/+58
| | | | | | gateway from a group is down. redmine ticket #1965
* When advertising on a CARP vip, pick the CARP ipv6 address as the RDNSS addresssmos2012-06-061-1/+1
| | | | Redmine ticket #1829
* Make sure that both the Carp vip interface and the parent interface are in ↵smos2012-06-061-0/+1
| | | | | | the list. Redmine ticket #1829
* Extra safetynet to prevent duplicate static entries with broken config.xmlsmos2012-06-061-2/+6
| | | | | Make sure to fil the array that we fill for configured interfaces with the real interface, not just the carp if. Redmine ticket #1829
* Make lock files availble to all users for usage from php processErmal2012-06-061-1/+3
|
* Change the DHCPv6 services page into a RA and DHCPv6 section, move some of ↵smos2012-06-061-6/+24
| | | | | | | | the variables. Add drop down to select carp vip for that interface for CARP advertisements Allow setting the RA priority. Redmine ticket #1829
* Correct upgrade code from report of ↵Ermal2012-06-061-5/+14
| | | | http://forum.pfsense.org/index.php/topic,50182.0.html
* Always use the uppercase descriptionsmos2012-06-051-1/+2
|
* Use preg_match instead, we should probably make this a function so we can ↵smos2012-06-051-2/+2
| | | | | | | add proper device detection schemes and a known list of command ports. That would also allow for resetting the 3g stick when it hangs. We should consider storing the device and manufacturer in the ppp config
* Correct the variable to the modem device output.smos2012-06-051-2/+2
|
* Remove left-over from copy-pastoErmal2012-06-051-1/+0
|
* Import OpenVPN cisco style radius attributes applying policy to logged in ↵Ermal2012-06-051-0/+186
| | | | users. Feature #2100
* Import OpenVPN cisco style radius attributes applying policy to logged in ↵Ermal2012-06-054-4/+48
| | | | users. Feature #2100
* Make sure to return the Null route gateways too for looking up a gateway entrysmos2012-06-051-3/+3
|
* Also include gwlb.inc in interfaces.incsmos2012-06-041-0/+1
|
* Some minor enhancements from renaming the Gathering Data to Pending.smos2012-06-041-2/+2
| | | | When it doesn't exist in the array it's really unknown. Make that lightblue. show a ~
* Fix Typo, although the host might indeed be loca. We'll just keep it local ↵smos2012-06-041-1/+1
| | | | instead.
* Allow for Null routessmos2012-06-042-2/+18
|
* Always add a link-local of fe80::1:1 when the interface is set to track6. ↵smos2012-06-041-0/+10
| | | | | | This allows webui access over IPv6 to a easy address. Make a shortcut in the get_failover_interface() function to get_real_interface() if we find the interface in $config.
* Teach rc.initial.ping at least a little bit about ipv6.jim-p2012-06-031-2/+7
|
* Unbreak php errors on login formjim-p2012-06-031-0/+1
|
* Include the gateway functions in rc.banner to prevent throwing a errorsmos2012-06-031-0/+1
|
* Add Gateway Group support to the IPsec interface drop down.smos2012-06-031-1/+1
| | | | | | Edit of gateway group correctly reflects the new IP Address. We need to make a blacklist for interface names in the gateway group edit page. Redmine ticket #1965
* Allow for failover DynDNS hostnames.smos2012-06-032-5/+25
| | | | | | replace get_real_interface() calls with get_failover_interface. If it isn't a group we call get_real_interface() anyhow. We can't put the logic inside get_real_interface() as this would create a recursion Redmine ticket #1965
OpenPOWER on IntegriCloud