Revision 5ab6ce1d
Added by Renato Botelho about 7 years ago
src/conf.default/config.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0"?> |
2 | 2 |
<pfsense> |
3 |
<version>17.9</version>
|
|
3 |
<version>18.0</version>
|
|
4 | 4 |
<lastchange/> |
5 | 5 |
<system> |
6 | 6 |
<optimization>normal</optimization> |
... | ... | |
43 | 43 |
<disablesegmentationoffloading/> |
44 | 44 |
<disablelargereceiveoffloading/> |
45 | 45 |
<ipv6allow/> |
46 |
<maximumtableentries>400000</maximumtableentries> |
|
46 | 47 |
<powerd_ac_mode>hadp</powerd_ac_mode> |
47 | 48 |
<powerd_battery_mode>hadp</powerd_battery_mode> |
48 | 49 |
<powerd_normal_mode>hadp</powerd_normal_mode> |
Also available in: Unified diff
Fix #8417
- Changed default value for Maximum Table Entries to 400000 in order to
make bogonsv6 to work
- Added code to upgrade config and set default value on systems where
it's not defined
- Changed default config to match new default and version 18.0
- Added checks to enable 'block bogons' and to enable IPv6 requesting
the minimum value
- Notify admin when Maximum Table Entries value is too small and in
this case skip bogonsv6 table creation