Main repository for pfSense
Go to file
Renato Botelho 4e8a79a830 Fix #3242 and some code cleanup:
- Only explode '/' and set address_subnet when address is a subnet, it
  fixes issue reported at #3242
- While I'm here, do some cleanup on the way addresses are treated
  - Remove unecessary variable $tracker, we already have $counter set
    with the same value
  - Use if:endif and while:endwhile where there is html block inside the
    block
  - Use more meaning names for variables instead of item, item2, item3
    and item4
  - Use while($counter <= $count()) instead of using foreach referencing
    array using $counter inside
2013-10-18 11:26:03 -03:00
boot Add hw.usb.no_pf="1" to loader.conf on nanobsd 2013-02-01 22:58:38 +01:00
cf/conf trigger setup wizard 2009-11-16 01:44:37 -05:00
conf.default We do not use nor include newsyslog, so remove the cron job. 2013-10-09 08:51:26 -04:00
etc Make sure vlan interface exist when it's being configured, it fixes #3270 2013-10-18 10:40:56 -03:00
root Add nonewline to end of file to avoid issues when new options are added 2013-04-29 11:05:22 -03:00
sbin Whitespace fixes 2013-08-01 11:14:08 +00:00
tmp Make this name a little more general in case we decide to have multiple similar files. 2013-09-19 13:53:08 -04:00
usr Fix #3242 and some code cleanup: 2013-10-18 11:26:03 -03:00
.gitattributes Add .gitattributes file to help maintain proper newlines. 2012-12-10 11:21:56 -05:00
.gitignore Ignore vim swap files 2013-03-08 14:41:01 -03:00