niksu / pax

Framework for prototyping network elements
Apache License 2.0
4 stars 1 forks source link

fixed misleading behaviour #31

Closed niksu closed 7 years ago

niksu commented 7 years ago

PR https://github.com/niksu/pax/pull/24 inadvertently made it easy to cover up a bad configuration, having Pax silently ignore it. I've changed this now to (i) complain more clearly about what the problem is when Pax encounters handler in the config that can't be matched to processors in the assembly, and (ii) stop Pax as before https://github.com/niksu/pax/pull/24