summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Collapse)AuthorAgeFilesLines
* GC cmd_chain.inc it never found uses since pfSense module got used more. ↵Ermal2012-12-281-47/+18
| | | | Also fix the problem with pfsync on bootup waiting 30 seconds since cmd chain was executed after and pfsync was never brought up to compleete the sync.
* Since there is a firewall no need to do ingress checks in the routing tableErmal2012-12-211-0/+2
|
* Add IP alias support to GIF interfacesbcyrill2012-12-191-5/+11
|
* Make gateways for assigned OpenVPN servers as well as clients.jim-p2012-12-181-3/+3
|
* Put the CP call during reload of interface under function_exists its not ↵Ermal2012-12-171-1/+2
| | | | fatal and in some scripts captiveportal might not be included
* Add extra checks for reading and saving certain wireless settings and fix an ↵Erik Fonnesbeck2012-12-081-4/+4
| | | | existing check.
* ARP Table Static Entries from Individual DHCP Static MappingsN0YB2012-12-071-0/+7
| | | | | Assign individual DHCP static mappings as ARP table static entries. Useful / necessary for sending WoL magic packets from external services / sources, and for any other purpose that needs a static ARP table entry.
* Fixes #2703 correctly remove ips from v6 interfaces. Also cleanup the srd0 ↵Ermal2012-12-071-22/+12
| | | | bits here
* Do not echo any messages here as this would otherwise end up through the XML ↵smos2012-12-041-3/+3
| | | | of the XMLRPC server.
* Correct checkErmal2012-11-211-1/+1
|
* The pppoe handle scriptErmal2012-11-211-68/+60
|
* Well seems its useful at list for bringing a link up with a phone call :)Ermal2012-11-211-0/+1
| | | | | | Revert "Ringback is a feature only for listening on incoming calls which is not supported for now." This reverts commit f459427fcf104776fbb59a4d2231f289855d2787.
* Unset config varErmal2012-11-211-0/+1
|
* Remoev spurious \r used hereErmal2012-11-211-1/+1
|
* Ringback is a feature only for listening on incoming calls which is not ↵Ermal2012-11-211-1/+0
| | | | supported for now.
* Add IPv6 support to this function so that IPv6 carp vips can be foundsmos2012-11-191-16/+28
|
* Resolves #2670. Mark vtnet interfaces as altq capable.Ermal2012-10-311-1/+1
|
* Switch to background launchingsmos2012-10-181-1/+1
|
* Merge changes required for using the ISC dhclient in pfSense with prefix ↵smos2012-10-121-82/+39
| | | | | | | 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.
* Safety beltjim-p2012-10-051-1/+2
|
* show true/false in logged message instead of 1/<nothing>Bill Marquette2012-10-051-2/+1
|
* Merge branch 'master' of git://github.com/bsdperimeter/pfsensePiBa-NL2012-10-011-0/+6
|\
| * Some more state killing refinements.jim-p2012-09-271-0/+6
| |
* | while booting do not let carp wait for pfsync synchronization if pfsync is ↵PiBa-NL2012-09-251-4/+9
|/ | | | not enabled
* Correct variable name. Fixes #2571jim-p2012-08-011-1/+1
|
* Make sure to skip "unexpected" RA messages from other interfaces, we don't ↵smos2012-06-201-1/+1
| | | | want those.
* A few launch improvements so that configuring the DHCP6 client on the WAN it ↵smos2012-06-181-5/+6
| | | | | | | immediately kicks in. With the fixed rc.newwanipv6 it should immediately spring to life. Redmine ticket #2414
* Support IPv6 aliases, the frontend already does. Removing does not work yet.smos2012-06-181-2/+4
| | | | See ticket #2483
* Actually do not try to reload everything during bootup since it will be done ↵Ermal2012-06-071-1/+1
| | | | by bootup code
* Get rid of carpdev, it will never beErmal2012-06-071-129/+4
|
* 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
|
* Also include gwlb.inc in interfaces.incsmos2012-06-041-0/+1
|
* 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.
* Allow for failover DynDNS hostnames.smos2012-06-031-3/+22
| | | | | | 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
* Add statistic functions for the ZTE modemssmos2012-06-021-1/+0
|
* Add support for the ZTE modem statssmos2012-06-021-4/+8
| | | | Should be generic enough for other modems too.
* Unbreak tree, add }smos2012-06-021-0/+1
|
* We are on FreeBSD 8.3 nowsmos2012-06-021-7/+12
|
* Make sure to get the real interface in case we get passed a friendly interfacesmos2012-06-011-1/+2
| | | | Redmine ticket #2463
* Do not add link-local address on carp interface manually. It causes them to ↵smos2012-05-271-3/+0
| | | | | | go double master. Redmine ticket #2278
* Only attempt to remove stale LCK files if they exist.smos2012-05-261-1/+2
|
* Allow for atleast 15 seconds before considering it a timeout, 60 would mean ↵smos2012-05-251-2/+2
| | | | try once, since it would immediately hit the 60 second timeout
* Fixes #2209. Obey the mtu value set on the interfaces.php page. Though this ↵Ermal2012-05-231-1/+4
| | | | value will be overwritten if there is a configuration under PPP settings tab. Maybe a good idea is to set MRU at the same value if not set?
* Be a bit smarter about the stats interface for the huawei cards. Some of the ↵smos2012-05-231-1/+3
| | | | | | K series have the stats on 0.2, the E series on 0.3 Some of the older E series only have 0.2 too. The new K3770 I got today is too new.
* clean up old lock files for modem ports if a stale is left behindsmos2012-05-231-1/+6
|
* Fix command, remove spurious 'smos2012-05-231-1/+1
|
* Kill the old 3gstats collector. Clarify the log messagesmos2012-05-231-2/+3
|
* Make sure that we match multiple characters.smos2012-05-221-6/+6
| | | | Ticket #2415
* First round of CARP vip renaming changessmos2012-05-221-6/+6
| | | | Ticket #2415
OpenPOWER on IntegriCloud