Remove extra "
Add newline
Fix typo (missing ])
Show when configuring interfaces on bootup for newly added interfaces (qinq, ppp, etc)
Call rc.linkup after up event
Remove booting newline:
Set booting to true.. not TRUE
When a real interface is passed to get_real_interface() simply pass it back
On second look, turn on PPP interfaces at the get_interfaces_with_gateway level
s/interface_bring_up/interfaces_bring_up/
Full wlan name is returned now. Use it
Add misc comments
Do not specify a wlan # and let freebsd decide and return the interface that was created before renaming.
Refactor wireless code a hair making it work on 8.x
Take into account hostap type interfaces
Unbreak wireless on 8.x
Silence foreach() error when no PPP interfaces exist
Setting the VIP to the VHID ID has to be thesingle most brain-headed decision in the historyof man-kind. Do this correctly by finding the firstavailable vip interface.
Unbreak find_interface_ip for normal interfaces
Unbreak CARP Enable/Disable button
Unbreak status -> interfaces. TODO: Unbreak Disable Carp button
Unbreak find_interface_ip(). test case: echo find_interface_ip(lan);
Only launch ppp once for each connection at a time
Use sh -c
Writw out ppp.linkup file
Add support for PPP cards to get_real_interface()
Use useland pppd for ppp connections
Correct variable name.
Remove more stray characters. Someone needs to start testing their changes!
Remove stray characters.
Upppss removed leftovers echo
Write the rules with php provided tools to avoid forking unecessary.
Suggested-by: billm@
Reviewed-by: scott@ and billm@
Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions
Update the Altq capable list with the 7.2 list
Mark some other function with COMPAT comment to easily find them when needed.
It is printf and not print. Thanks-To: merlin from forums for spotting it.
Fix routes on the same interface and the return value of guess_interface_from_ip to not include \n. Reported on http://forum.pfsense.org/index.php/topic,18001.0.html.
Rename the vlan interface after assigning the parent interface.
s/./_/ for vlans since netgraph does not like .(dots) in the path names.
More vlan interface name change fixes.
Use $RealIf.vlan$tag interface names for vlans. This makes them more userfriendly.
Revert "Do not use tags for vlan interface names since there might be same vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@"
This reverts commit 83bdca55920ca6ab3d848f0993d57a1f9b85098f.
Do not use tags for vlan interface names since there might be same vlan tags on different parent interfaces and this will break configs and will hide the reason it does not work. Thanks-to: smos@
Fix laggport configuration. Reported-by: http://forum.pfsense.org/index.php/topic,16734.0.html
Fix lagg interfaces creation. Reported-by: http://forum.pfsense.org/index.php/topic,16734.0.html
Ensure 127.0.0.2 points out 127.0.0.1.
Make CP multi-interface capable.
Rename filter_translate_type_to_real_interface to interface_translate_type_to_realMove this function to interfaces.inc where it belongs.
Remove extra $
Separate delete down actions on ifconfig to fix issues. Add L2TP virtual interafce to a list.
Fix typo to correctly load interface groups on startup.
More functions moving from pfsense-utils to interfaces.inc.
fix typo, clean up text
Update my copyright.
Remove debug string.
Bring in support for QinQ. At this time it is limited to only 2 levels.
Actually merge the part that does the real work with FreeBSD groups.
Fix display of DHCP status on Status -> Interfaces
Fix http://forum.pfsense.org/index.php/topic,14361.0.html
Revert "Merge IPv6 changes"
This reverts commit 1f9f2a95b7b42cf33e730535092e56e214fdb848.
Conflicts:
etc/inc/filter.inc etc/inc/interfaces.inc etc/inc/pfsense-utils.inc
Make the rc.banner a lot more faster.
Remove this while loop now. It never ends and runs the cpu usage up to 100% forever.
Revert "Back out ipv6 changes"
This reverts commit 541b7c561912174b57927839ce39bb7ec9c07ee4.
Back out ipv6 changes
Make sure we do not return the interface passed as parameter rather NULL.
Remove wrong comment.
Fix delaying of creating composite interfaces like bridge/gre/gif. This fixes the problems reported http://forum.pfsense.org/index.php/topic,13735.0.html.
MPD4 moved the authentication on auth section coorect the settings on PPTP which were forgotten.
Make L2TP known in other parts of system, schedules and the function get_interface_ip.
Add more L2TP improvements.
Correctly add lagg members and create lagg interfaces before vlans to allow the later to be created on top of lag.
Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainline
Merge IPv6 changes
Move laggproto setting after adding the members and making sure they are up.Otherwise we might panic as explained in ticket #1864
Fix the {interface}up checks.
Fix generation of pppoe reset cron entry. Not sure if this should stay here or go into inteface_pppoe_configure!?
fix CARP panics with VLANs
Don't use broadcast on CARP IPs.
Don't add CARP IPs on an interface that doesn't exist to prevent panic.
Add another parameter to interface bring down which can be used to destroy the interface if it is a virtual/cloned one.
Temporary Fix for vlan creation issue.
Use correct var.
Add some checks on interface_bring_down and remove unlinking of nameserver.conf it needs some more thinking on how to propperly do that.
Correct error message.
It is legitimate to be called with an empty vlanif. The webgui uses this to create new vlans.
Correct some checks and use propper whitespace.
Change functions to function nameoffunction() {
Change order slightly.