- Host-Neigh: add ability to resolve an lladdr from a device.
- Remove WIP advertise plugin.
- Add host-routes plugin.
- Add host-neigh plugin.
- Add ipam-ds-static plugin.
- Breaking change: fields
reply::Interface.mac
andconfig::RuntimeConfig.mac
change type toOption<MacAddr>
. - Introduce a
MacAddr
type which wraps amacaddr::MacAddr6
but (de)serialises correctly to/from string rather than to/from[u8; 6]
. - Compile out trace level logs in release builds for all plugins.
- Breaking change:
install_logger
becomeslogger::install
, and new functions are added tologger
to make it possible to filter modules from the log, plus other customisations. #3
Initial release