Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Remove some unused code. | Ermal Luçi | 2008-11-06 | 1 | -30/+14 |
| | | | | | | | | | * Correct dhcpd config - Allow the dhcp server to run on interfaces even though they are bridged - Simplify logic - Consitently check through code if a specifc interface is enabled for dhcpd NOTE: Probably dhcpd might need some custom options textarea to allow more advanced option setup by users. | ||||
* | Remove unused code. | Ermal Luçi | 2008-11-06 | 1 | -3/+0 |
| | |||||
* | Forced commit to note the fix to ticket #1828 | Ermal Luçi | 2008-11-06 | 0 | -0/+0 |
| | |||||
* | Bring back dhcp server static mappings. | Ermal Luçi | 2008-11-06 | 1 | -0/+2 |
| | |||||
* | Remove hardcoded removing of LAN interface from the 1:1 mappings. | Ermal Luçi | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | Unbreak. | Scott Ullrich | 2008-11-06 | 1 | -1/+1 |
| | | | | | | Fatal error: Only variables can be passed by reference in /etc/inc/services.inc on line 596 Pointy-hat-to: smos | ||||
* | Use correct variable | Scott Ullrich | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | Require user auth | Scott Ullrich | 2008-11-06 | 1 | -0/+5 |
| | |||||
* | Do not step on var | Seth Mos | 2008-11-06 | 1 | -2/+2 |
| | |||||
* | Do not toggle polling on vlan interfaces | Seth Mos | 2008-11-06 | 1 | -0/+3 |
| | |||||
* | Correct route lookup | Seth Mos | 2008-11-06 | 2 | -2/+2 |
| | |||||
* | Surpress message when trying to remove alias address | Seth Mos | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | Surpress default route delete message | Seth Mos | 2008-11-06 | 1 | -1/+1 |
| | |||||
* | Surpress kill output. | Seth Mos | 2008-11-06 | 1 | -3/+6 |
| | | | | Do not toggle polling on vlan interfaces | ||||
* | surpress kill output | Seth Mos | 2008-11-06 | 1 | -2/+1 |
| | |||||
* | Lookup route table before attempting a delete | Seth Mos | 2008-11-06 | 1 | -2/+11 |
| | |||||
* | Surpress killall messages | Seth Mos | 2008-11-06 | 6 | -18/+18 |
| | |||||
* | Filter on outgoing too to allow things like keep state on tcp sessions and ↵ | Ermal Luçi | 2008-11-06 | 1 | -1/+1 |
| | | | | | | | | reply-to to 'work' on ipsec! Suggedsted-by: billm@ | ||||
* | Set css | Scott Ullrich | 2008-11-06 | 1 | -0/+2 |
| | |||||
* | Fix typo. | Ermal Luçi | 2008-11-05 | 1 | -1/+1 |
| | |||||
* | Make sure to have an interface as a bridge member after reconfiguring. | Ermal Luçi | 2008-11-05 | 1 | -0/+5 |
| | |||||
* | Change it back to 1 not sure why we should look at the packet after the ↵ | Ermal Luçi | 2008-11-05 | 1 | -1/+1 |
| | | | | outer header is added. | ||||
* | Be smarter at finding the smallest mtu. | Ermal Luçi | 2008-11-05 | 1 | -5/+16 |
| | |||||
* | Fix mtu handling on bridge and lagg interfaces. Reported-by: Seth | Ermal Luçi | 2008-11-05 | 1 | -16/+30 |
| | |||||
* | Some better checks to avoid errors. | Ermal Luçi | 2008-11-05 | 1 | -30/+40 |
| | |||||
* | Do some better checking before acting on the bridge. | Ermal Luçi | 2008-11-05 | 1 | -30/+42 |
| | |||||
* | Add each member to the bridge individually rather than in one single command. | Ermal Luçi | 2008-11-05 | 1 | -14/+10 |
| | |||||
* | Correct the value. We are interested on the packet after ipsec processing. | Ermal Luçi | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | Change slightly the order of execution to allow overriding hardcoded defaults. | Ermal Luçi | 2008-11-04 | 1 | -6/+5 |
| | |||||
* | Disable bpf(4) abilities on enc0 by default its too much overhead to be on ↵ | Ermal Luçi | 2008-11-04 | 1 | -2/+2 |
| | | | | | | | by default. If one wishes to look up the ipsec traffic through tcpdump they can set the sysctl themselves with explanations here: http://www.freebsd.org/cgi/man.cgi?query=enc&apropos=0&sektion=4&manpath=FreeBSD+8-current&format=html | ||||
* | Correctly pad with 0. | Ermal Luçi | 2008-11-04 | 1 | -5/+5 |
| | |||||
* | Change enc out sysctl to 0x00 | Scott Ullrich | 2008-11-04 | 1 | -1/+1 |
| | |||||
* | Setup enc sysctl's | Scott Ullrich | 2008-11-04 | 1 | -1/+6 |
| | |||||
* | Increase snaplen to 256 | Scott Ullrich | 2008-11-04 | 1 | -3/+3 |
| | |||||
* | Bring back DHCP server menu. | Ermal Luçi | 2008-11-04 | 1 | -0/+1 |
| | |||||
* | Add TCP TSO = 0 sysctl | Scott Ullrich | 2008-11-04 | 2 | -0/+20 |
| | |||||
* | Do a better job of detecting existing configured gateways | Seth Mos | 2008-11-03 | 1 | -8/+12 |
| | |||||
* | Extra sighup not needed on 7 | Seth Mos | 2008-11-03 | 1 | -6/+0 |
| | |||||
* | oops, changed a line in testing, revert | Bill Marquette | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | Comment code on why primary pools port is in use - the front end should | Bill Marquette | 2008-11-02 | 1 | -1/+2 |
| | | | | | | probably only show fallback pools with the same port, but that will be difficult if not impossible to put in place until we have a better AJAX framework in place. | ||||
* | Only print out protocols that have actions assigned | Bill Marquette | 2008-11-02 | 1 | -3/+7 |
| | |||||
* | Add note about not using proxy arp if you want shit to work. I'll deal | Bill Marquette | 2008-11-02 | 1 | -0/+1 |
| | | | | with this later after I get all these pieces working correctly. | ||||
* | Fix generation of protocol line | Bill Marquette | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | s/action/act/ | Scott Ullrich | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | Show interfaces with uppercase | Scott Ullrich | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | Turn off TSO for BCE, too | Scott Ullrich | 2008-11-02 | 1 | -0/+4 |
| | |||||
* | Actually reload sysctl on changes | Scott Ullrich | 2008-11-02 | 1 | -0/+1 |
| | |||||
* | Fix add feature | Scott Ullrich | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | Correct script name | Scott Ullrich | 2008-11-02 | 1 | -4/+4 |
| | |||||
* | Remove copy / pasto error | Scott Ullrich | 2008-11-02 | 1 | -2/+0 |
| |