{# SPDX-License-Identifier: Apache-2.0 #} {# Copyright (C) 2025 Marcin Zieba #} {# NSO write-path coverage for an IS-IS object (#78) — which mirrored fields the #} {# intent push carries. Rendered on the netbox-routing IS-IS instance/interface #} {# pages when the device is NSO-managed, i.e. exactly where the edit happens. #}
NSO write-path coverage

NSO mirrors this object from the device, but the write path carries only some of its fields. The fields below are read-only mirrors — edits to them are not pushed to the device (an Accept re-asserts the snapshot without them):

{% for f in read_only_fields %}{{ f }}{% endfor %}

{% for note in child_notes %}

{{ note }}

{% endfor %}

Writable (pushed on Accept/Apply): {% for f in writable_fields %}{{ f }}{% endfor %}