summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Collapse)AuthorAgeFilesLines
* Uhh, this is not a package any more.Scott Ullrich2008-11-091-3/+0
|
* Remove sleepScott Ullrich2008-11-091-4/+1
|
* Return if bootingScott Ullrich2008-11-091-0/+3
|
* Try to use where possible filter_configure so upcoming event modifications ↵Ermal Luçi2008-11-083-6/+6
| | | | can be easily integrated.
* Use existing functions to not duplicate code.Ermal Luçi2008-11-081-17/+5
|
* Simplify and return correct information if dhcpd is active.Ermal Luçi2008-11-081-4/+6
|
* Add backtrace in the logs whenever log_error is called and ↵Ermal Luçi2008-11-081-0/+3
| | | | debugging($g["debug"] ) is active.
* Call a backtrace and log it if we have a failed interface variable.Scott Ullrich2008-11-081-0/+1
|
* * Add interfaces_bring_up()Scott Ullrich2008-11-071-20/+29
| | | | | * Fix log_error (missinge else) * Remove blank line after ?> that ermal just added
* Better check if the knob is defined or has no value.Ermal Luçi2008-11-071-2/+2
|
* Reorder the calling.Ermal Luçi2008-11-071-2/+2
|
* * Log an error when an ifconfig up command is missing its interfaceScott Ullrich2008-11-071-88/+128
| | | | * Cleanup formatting
* Do not attempt to toggle polling on unsupported interfaces.Seth Mos2008-11-071-11/+4
| | | | MFC: after testing confirms working with and without polling
* Only attempt starting relayd when the vs array is not emptySeth Mos2008-11-071-2/+3
|
* Remove quotesSeth Mos2008-11-071-1/+1
|
* * Use interface_bring_down to not duplicate codeErmal Luçi2008-11-071-31/+21
| | | | | * If we are reconfiguring check bridge/gif/gre interfaces if they need to be reloaded. * Invalidate array cache to avoid stale information
* Fix typo.Ermal Luçi2008-11-071-2/+2
|
* Do not spam logsScott Ullrich2008-11-071-2/+2
|
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-074-10/+28
| | | | * Create two new function link_interface_to_{gif,gre}
* Do not parse vlansSeth Mos2008-11-071-3/+4
|
* Trim and correct varSeth Mos2008-11-071-2/+2
|
* Correct path to netstatSeth Mos2008-11-072-2/+2
|
* Mute killall outputSeth Mos2008-11-071-1/+1
|
* * 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.
* 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
* 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@
* 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
|
OpenPOWER on IntegriCloud