summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Remove some unused code.Ermal Luçi2008-11-061-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çi2008-11-061-3/+0
|
* Forced commit to note the fix to ticket #1828Ermal Luçi2008-11-060-0/+0
|
* Bring back dhcp server static mappings.Ermal Luçi2008-11-061-0/+2
|
* Remove hardcoded removing of LAN interface from the 1:1 mappings.Ermal Luçi2008-11-061-1/+1
|
* Unbreak.Scott Ullrich2008-11-061-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 variableScott Ullrich2008-11-061-1/+1
|
* Require user authScott Ullrich2008-11-061-0/+5
|
* Do not step on varSeth Mos2008-11-061-2/+2
|
* Do not toggle polling on vlan interfacesSeth Mos2008-11-061-0/+3
|
* Correct route lookupSeth Mos2008-11-062-2/+2
|
* Surpress message when trying to remove alias addressSeth Mos2008-11-061-1/+1
|
* Surpress default route delete messageSeth Mos2008-11-061-1/+1
|
* Surpress kill output.Seth Mos2008-11-061-3/+6
| | | | Do not toggle polling on vlan interfaces
* surpress kill outputSeth Mos2008-11-061-2/+1
|
* Lookup route table before attempting a deleteSeth Mos2008-11-061-2/+11
|
* Surpress killall messagesSeth Mos2008-11-066-18/+18
|
* Filter on outgoing too to allow things like keep state on tcp sessions and ↵Ermal Luçi2008-11-061-1/+1
| | | | | | | | reply-to to 'work' on ipsec! Suggedsted-by: billm@
* Set cssScott Ullrich2008-11-061-0/+2
|
* Fix typo.Ermal Luçi2008-11-051-1/+1
|
* Make sure to have an interface as a bridge member after reconfiguring.Ermal Luçi2008-11-051-0/+5
|
* Change it back to 1 not sure why we should look at the packet after the ↵Ermal Luçi2008-11-051-1/+1
| | | | outer header is added.
* Be smarter at finding the smallest mtu.Ermal Luçi2008-11-051-5/+16
|
* Fix mtu handling on bridge and lagg interfaces. Reported-by: SethErmal Luçi2008-11-051-16/+30
|
* Some better checks to avoid errors.Ermal Luçi2008-11-051-30/+40
|
* Do some better checking before acting on the bridge.Ermal Luçi2008-11-051-30/+42
|
* Add each member to the bridge individually rather than in one single command.Ermal Luçi2008-11-051-14/+10
|
* Correct the value. We are interested on the packet after ipsec processing.Ermal Luçi2008-11-041-1/+1
|
* Change slightly the order of execution to allow overriding hardcoded defaults.Ermal Luçi2008-11-041-6/+5
|
* Disable bpf(4) abilities on enc0 by default its too much overhead to be on ↵Ermal Luçi2008-11-041-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çi2008-11-041-5/+5
|
* Change enc out sysctl to 0x00Scott Ullrich2008-11-041-1/+1
|
* Setup enc sysctl'sScott Ullrich2008-11-041-1/+6
|
* Increase snaplen to 256Scott Ullrich2008-11-041-3/+3
|
* Bring back DHCP server menu.Ermal Luçi2008-11-041-0/+1
|
* Add TCP TSO = 0 sysctlScott Ullrich2008-11-042-0/+20
|
* Do a better job of detecting existing configured gatewaysSeth Mos2008-11-031-8/+12
|
* Extra sighup not needed on 7Seth Mos2008-11-031-6/+0
|
* oops, changed a line in testing, revertBill Marquette2008-11-021-1/+1
|
* Comment code on why primary pools port is in use - the front end shouldBill Marquette2008-11-021-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 assignedBill Marquette2008-11-021-3/+7
|
* Add note about not using proxy arp if you want shit to work. I'll dealBill Marquette2008-11-021-0/+1
| | | | with this later after I get all these pieces working correctly.
* Fix generation of protocol lineBill Marquette2008-11-021-1/+1
|
* s/action/act/Scott Ullrich2008-11-021-1/+1
|
* Show interfaces with uppercaseScott Ullrich2008-11-021-1/+1
|
* Turn off TSO for BCE, tooScott Ullrich2008-11-021-0/+4
|
* Actually reload sysctl on changesScott Ullrich2008-11-021-0/+1
|
* Fix add featureScott Ullrich2008-11-021-1/+1
|
* Correct script nameScott Ullrich2008-11-021-4/+4
|
* Remove copy / pasto errorScott Ullrich2008-11-021-2/+0
|
OpenPOWER on IntegriCloud