summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
Commit message (Expand)AuthorAgeFilesLines
* Fixes on HA setup:Renato Botelho2013-05-161-1/+5
* No need for escaping here since this is php internal functionsErmal2013-01-261-7/+6
* Remove cmd_chain.inc leftoverErmal2013-01-041-10/+0
* GC cmd_chain.inc it never found uses since pfSense module got used more. Also...Ermal2013-01-041-47/+21
* Actually do not try to reload everything during bootup since it will be done ...Ermal2012-06-071-1/+1
* Fixes #2209. Obey the mtu value set on the interfaces.php page. Though this v...Ermal2012-05-231-1/+4
* Revert "Make vips vhid be unique per parent interface!" - per cmb, this shoul...jim-p2012-05-081-37/+43
* Whoops, typo. Fixed now.jim-p2012-05-071-1/+1
* Don't pass a shell escaped version of $realifl to pfSense_bridge_add_member()...jim-p2012-05-071-1/+1
* Make vips vhid be unique per parent interface!Ermal2012-04-051-43/+37
* Use the latest functions from pfSense module for bridgeErmal2012-03-081-2/+2
* Use the latest functions from pfSense module for getting interface listErmal2012-03-081-1/+1
* fix bridge typosChris Buechler2012-03-081-5/+5
* Correct checking if a gif is part of bridge so that it actually works correct...Ermal2012-02-131-21/+25
* Ooops correct copy/paste errorErmal2011-12-281-1/+1
* Implement is_jumbo_capable in a more performant way. This should help with la...Ermal2011-12-281-7/+6
* Prevent link cycling when spoofing mac + DHCP. Fixes #1572jim-p2011-11-081-2/+6
* Fixes issue with l2tp interfaces and altqErmal2011-10-081-0/+2
* Revert "Make initial changes to allow pfSense to work in a jail."Andrew Thompson2011-08-171-7/+0
* Make initial changes to allow pfSense to work in a jail.Andrew Thompson2011-08-171-0/+7
* If no pppoe service name is configured, send a null service name. Seems to he...jim-p2011-08-021-2/+4
* Correct check for the gif mtu during an interface readdition to bridge.Ermal2011-07-221-1/+1
* Correct the check for mtu 1500 to inlcude it. Also add the check on bridge_ad...Ermal2011-07-201-2/+2
* Enable the pfsync checking unconditionallyErmal2011-07-111-10/+8
* Actually give pfsync time to catch up.Ermal2011-07-111-0/+2
* If the sync has not finished do not start carp yetErmal2011-07-111-0/+11
* Fixes #1666. For OpenVPN interfaces always check if part of bridge or not.Ermal2011-07-111-1/+1
* Move interfaces_staticarp_configure() to interfaces.inc where it really belongs.jim-p2011-06-291-0/+32
* Correct functiong does_vip_exist() to actually work. Fixes #1598Ermal2011-06-141-10/+17
* Ooops fix the function. Spotted-by: wagnosa(IRC)Ermal2011-06-141-3/+1
* NEw functiong does_vip_exist() which works for carp and ipalias type vips to ...Ermal2011-06-141-0/+35
* Actually correct vip check to be correct for all vip types.Ermal2011-06-081-2/+5
* Do not destroy and create the vip during interface [re]configuration since it...Ermal2011-06-081-3/+4
* * Add is_ipaddr_configured() so that people do not need to reinvent the wheel...Scott Ullrich2011-05-251-1/+1
* Fixes #1444. Implements the same fix that issue ermal made in #1522 to the co...lgcosta2011-05-231-2/+2
* This function takes two parameters, fix PHP error. Reported at http://forum.p...jim-p2011-05-121-1/+1
* Ticket #CZH-831780. If gif(4) is part of a bridge and its mtu is smaller than...Ermal2011-05-051-0/+2
* Fixes #1394. Create a function get_itnerface_default_mtu and use it for reset...Ermal2011-05-041-0/+26
* Correct saving of qinq specified members and also correctly destroy parent vl...Ermal2011-04-281-0/+1
* Make sure that openvpn tunnels are not impacted by hitting 'Save' on the Inte...Ermal2011-04-281-1/+2
* Use the needed variable here so hitting 'Save' from Interface->Configuration ...Ermal2011-04-281-1/+1
* Some configurations might have gre/gif on top of carp. Make sure to handle th...Ermal2011-04-281-10/+37
* Actually call interfaces_carp_setup after the carp interfaces are created so ...Ermal2011-04-221-5/+3
* Block instead of allowing proto carp/pfsync during bootup since this may caus...Ermal2011-04-181-2/+2
* Do not error out for pptp/l2tp localip setting not set since its legitimate.Ermal2011-03-231-3/+2
* Do more strict checking if an ppp type interface is assigned before starting ...Ermal2011-03-151-10/+14
* Add cas(4)jim-p2011-03-071-1/+1
* Pass the -a parameters to pgrep to be certain we search ancestors as well. Th...Ermal2011-03-011-1/+1
* Allow queues on top of bridge. Though more investigation is needed on its cor...Ermal2011-02-231-1/+1
* Resolves #1288. Add alc(4) to altq(4) supported list.Ermal2011-02-211-1/+1
OpenPOWER on IntegriCloud