Commit Graph

21176 Commits

Author SHA1 Message Date
Renato Botelho
46e27ea790 Respect 'States' option from Advanced/Misc
- Respect this option and do not clean states when it's configured
- Create /etc/rc.kill_states to be easier to check $config

It helps ticket #2887
2013-03-19 15:36:53 -03:00
Renato Botelho
9cc119c259 Remove redundant call 2013-03-19 15:36:53 -03:00
Renato Botelho
2c27096c9c Improve ppp-linkdown:
- Improve readability giving name to parameter variables
- Add path for all command calls
2013-03-19 15:36:53 -03:00
Renato Botelho
6d5460e650 Fix default route deletion 2013-03-19 15:36:53 -03:00
Renato Botelho
94b49d82f6 Fix indent 2013-03-19 15:36:53 -03:00
Ermal
6d0473b4af Bring down even rtsold process 2013-03-19 16:28:36 +00:00
Ermal
1af4f4e022 Bring down even rtsold process 2013-03-19 16:28:06 +00:00
Ermal
673c2f8b82 Actually enforce for not dhcp6 interfaces 2013-03-19 16:23:18 +00:00
Ermal
fa5bf66fc5 Relax after bootup enforcement since its not needed anymore 2013-03-19 16:21:44 +00:00
Ermal
29f2f07a66 The workflow is rtsold calls dhcp6c which calls rc.newwanipv6 to make the configuration more consistent 2013-03-19 16:21:44 +00:00
smos
145cc5181c Fix the Cellular strength indicator, rssi was always reporting 8 because we didn't use the variable.
The dBm values array was reversed, corrected
2013-03-19 13:47:18 +01:00
Ermal
7fd67662b4 Do not run this during startup since it will be called anyhow 2013-03-19 13:52:26 +00:00
Ermal
961a0fa5a9 Use propper variable for is_ipaddrv6 test 2013-03-19 13:16:41 +00:00
Ermal
64f89bfa53 Correct typo that prevents dhcpv6 to generate proper subnet info. Also use already caluclated variable 2013-03-19 13:14:46 +00:00
Renato Botelho
7488a9e09f Fix whitespace and indent 2013-03-19 09:23:39 -03:00
Ermal
a56d8b08b2 Initialize array 2013-03-19 11:56:04 +00:00
Ermal
f7f2778024 Remove not used call 2013-03-19 11:55:34 +00:00
Ermal
c55a0f0c52 Do not do useless work before needed 2013-03-19 11:55:13 +00:00
Ermal
deb39cf2be When reconfiguring interfaces with dhcp types set try to kill any previous dhcp process of the interface already running 2013-03-19 11:15:37 +00:00
Ermal
bd66cf325a Do not cleanup states on this call 2013-03-19 11:10:03 +00:00
Ermal
03bfe2ade1 Define bogon tables where they should be 2013-03-19 09:59:19 +00:00
Ermal
24cdea2f1e Use proper interface for reply-to in case of 6rd/6to4 2013-03-19 09:53:59 +00:00
Ermal
ff5674dc1d Remove useless function calls 2013-03-18 16:11:12 +00:00
Ermal
da9dd1b4d8 Unset the ip from the cache to retrieve the right ip 2013-03-18 16:01:27 +00:00
Ermal
6fb667365d Correct get_interface_subnetv6 and use get_interface_ipv6 during dhcp config generation. Also initialize some arrays to avoid warnings 2013-03-18 15:54:17 +00:00
Ermal
e9d156fd1b If gatway is dynamic the type cannot be determined, trim the code trying to do something impossible. While here optimize a bit 2013-03-18 15:28:38 +00:00
Ermal
909de4007e Try to remove as much as possible _stf special case through the code 2013-03-18 14:55:26 +00:00
Ermal
6e46ff8670 Do a check of interface existing 2013-03-18 14:40:50 +00:00
Ermal
1b2f460adc Use the new functionality on get_real_interface to get the _stf interface when needed 2013-03-18 14:38:50 +00:00
Ermal
b6c1f22fd8 Use get_interface_ipv6 on rc.newwanipv6 to and teach it to flush the cache on optional parameter. Also teach get_real_interface about the tedios ipv6 tunnel interfaces and return them when ipv6 family is specified 2013-03-18 14:36:03 +00:00
Renato Botelho
f6461410c2 Avoid trying to remove an invalid IP 2013-03-18 10:32:30 -03:00
Ermal
67864df7bb Properly tune rc.linkup for dual stack 2013-03-18 11:18:04 +00:00
Ermal
1d66a364aa Handle _stf interface in convertion from real to friendly. Also do no cal lpfSense_module function if not used 2013-03-18 10:41:21 +00:00
Ermal Luçi
9072d260dd Merge pull request #485 from N0YB/Diag_DNS_Lookup_Dialog_Output
Diag DNS Lookup Dialog Output
2013-03-17 08:11:55 -07:00
N0YB
fe74228f2a Diag DNS Lookup Dialog Output
Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page.
Especially useful when filtering so that filter does not have to be reposted to return to the current page.
2013-03-16 17:19:46 -07:00
Jim P
ba6b2811a1 Merge pull request #484 from N0YB/System_Firewall_Logs_Filtering
Just a Couple Minor Tweaks
2013-03-16 14:09:51 -07:00
N0YB
c3b8ad61e7 Just a Couple Minor Tweaks 2013-03-16 14:07:00 -07:00
Renato Botelho
e074fb75a9 Use killbypid instead of a killall that never works 2013-03-16 13:09:16 -03:00
Renato Botelho
6a69bc65a8 Use realif on dhcp6 pid filename since find_dhcp6c_process() looks for it and cannot kill it 2013-03-16 11:47:09 -03:00
Renato Botelho
6d529efd81 Fix indent and whitespaces 2013-03-16 10:32:20 -03:00
Renato Botelho
2abfec49c6 Initialize array to silence warnings on foreach 2013-03-16 08:56:58 -03:00
Renato Botelho
fba196c34b Avoid deleting the RA Subnet when IP is invalid, also simplify it a bit 2013-03-16 08:34:50 -03:00
Renato Botelho
e1968b0ddc Fix indent and whitespaces 2013-03-16 08:26:08 -03:00
Jim P
628a5dc927 Merge pull request #483 from N0YB/System_Firewall_Logs_Filtering
System Firewall Log Filtering by Fields
2013-03-15 06:40:43 -07:00
N0YB
74c6d36f09 System Firewall Log Filtering by Fields
Previous filter form retained for raw logs view.
2013-03-15 02:17:33 -07:00
Chris Buechler
e46adb0913 Merge pull request #482 from mdima/master
Fixes IPSec Status for natted tunnels
2013-03-15 02:16:13 -07:00
Michele Di Maria
1bad10259a Fixes IPSec Status for natted tunnels
See http://redmine.pfsense.org/issues/2884 for details.

Thanks, Michele
2013-03-15 10:13:48 +01:00
Renato Botelho
d632dd5aa9 Check if IP is already configured on console setup 2013-03-14 14:08:38 -03:00
Ermal
08e9c732d0 Use empty which is more strict 2013-03-14 15:20:50 +00:00
Jim P
016f245986 Merge pull request #481 from phil-davis/master
Enhance tmp and var size checks
2013-03-13 12:00:20 -07:00