Files
infix/src/webui/internal/goyang/pkg/yangentry/testdata/01-invalid-module.yang
T
Joachim Wiberg 6e84a75550 webui: advanced configure using a yang tree
Navigating interfaces now work, and the tree follows the accordion style
like the rest of the UI.

Also, some updates to the curated pages: online help, lists of leafrefs
instead of hard-coded list options.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2026-06-14 22:07:38 +02:00

7 lines
83 B
YANG

module test-module {
prefix "t";
namespace "urn:t";
leaf invalid-leaf { }
}