diff options
author | Cheeze_It <none@none.com> | 2023-08-31 12:16:29 -0600 |
---|---|---|
committer | Cheeze_It <none@none.com> | 2023-10-06 00:04:01 -0600 |
commit | 7a2b70bd73c8579a885348b93b8addfb20fb006c (patch) | |
tree | 6ee25b3dddd11003de00848fd5ec0b44f198fd07 /interface-definitions/include/isis/lfa-protocol.xml.i | |
parent | 18a6163ed2e0bbbc2924f893e6954a9eba4470b1 (diff) | |
download | vyos-1x-7a2b70bd73c8579a885348b93b8addfb20fb006c.tar.gz vyos-1x-7a2b70bd73c8579a885348b93b8addfb20fb006c.zip |
T5530: isis: Adding loop free alternate feature
Diffstat (limited to 'interface-definitions/include/isis/lfa-protocol.xml.i')
-rw-r--r-- | interface-definitions/include/isis/lfa-protocol.xml.i | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/interface-definitions/include/isis/lfa-protocol.xml.i b/interface-definitions/include/isis/lfa-protocol.xml.i new file mode 100644 index 000000000..cfb1a6dc1 --- /dev/null +++ b/interface-definitions/include/isis/lfa-protocol.xml.i @@ -0,0 +1,11 @@ +<!-- include start from isis/lfa-protocol.xml.i --> +<node name="lfa"> + <properties> + <help>Loop free alternate functionality</help> + </properties> + <children> + #include <include/isis/lfa-remote.xml.i> + #include <include/isis/lfa-local.xml.i> + </children> +</node> +<!-- include end -->
\ No newline at end of file |