mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
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>
7 lines
83 B
YANG
7 lines
83 B
YANG
module test-module {
|
|
prefix "t";
|
|
namespace "urn:t";
|
|
|
|
leaf invalid-leaf { }
|
|
}
|