DataSoft / Honeyd

virtual honeypots
GNU General Public License v2.0
342 stars 100 forks source link

Fail/exit if invalid port actions are given (like the deprecated 'block') #62

Closed PherricOxide closed 11 years ago

PherricOxide commented 11 years ago

We should fail when parsing the configuration file if the port action is invalid instead of just defaulting to 'open'.

PherricOxide commented 11 years ago

It was decided to just map 'block' to 'filtered' and 'reset' to 'closed' in order for old honeyd configuration files to work properly still.