.. code-block:: console
- $ sysrepocfg -d startup -f xml -m kea-dhcp6-server --edit=startup.xml
+ $ sysrepocfg -d startup -f xml -m kea-dhcp6-server --import=startup.xml
:iscman:`kea-netconf` pushes the configuration found in the Sysrepo startup
datastore to all Kea servers during its initialization phase, after it
.. code-block:: console
- $ sysrepocfg -d running -f xml -m kea-dhcp6-server --edit=BAD-schema.xml
+ $ sysrepocfg -d running -f xml -m kea-dhcp6-server --import=BAD-schema.xml
In the second case, the configuration is rejected by :iscman:`kea-netconf`.
For example, consider this ``BAD-translator.xml`` file:
.. code-block:: console
- $ sysrepocfg -d running -f xml -m kea-dhcp6-server --edit=twopools.xml
+ $ sysrepocfg -d running -f xml -m kea-dhcp6-server --import=twopools.xml
.. _operation-example-2subnets:
.. code-block:: console
- $ sysrepocfg -d running -f xml -m kea-dhcp6-server --edit=twosubnets.xml
+ $ sysrepocfg -d running -f xml -m kea-dhcp6-server --import=twosubnets.xml
.. _operation-example-logging:
.. code-block:: console
- $ sysrepocfg --datastore running --edit=save.xml
- $ sysrepocfg --datastore startup --edit=save.xml
+ $ sysrepocfg --datastore running --import=save.xml
+ $ sysrepocfg --datastore startup --import=save.xml