mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 22:33:02 +02:00
This patch adds support for small incremental changes to bridge ports. Changes where the libyang diff does not include a bridge reference so that it will have to be synthesized from the current configuration. For example, forgetting to set a port's PVID in a VLAN filtering bridge setup, changing a bridge port's multicast flooding properties, or any other per-bridge-port setting after the fact. Fixes #349. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Configuration Daemon
confd is the Infix configuration daemon that serves as the glue
between sysrepo and netopeer2 (NETCONF) and the UNIX system under
it all.
Origin & References
Based on the Open Source dklibc/sysrepo_plugin_ietf_system project by Denis Kalashnikov.