mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
When toggling settings like 'interfaces/interface/ipv6/enabled', which guards both link-local and all static addresses, the operation is not "create" or "delete", but "replace". Callback must take any "replace" on an 'enabled' node into account since none of the other nodes will be available in the diff. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>