diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-21 19:26:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-03-21 19:26:22 +0100 |
commit | 0e050cb357972eb83412da1d0edecff46fa515bd (patch) | |
tree | c50eb0d24d53ca08c12a1760fb3efa13a481d3a5 /interface-definitions | |
parent | a9a020bac532c6432fafb8101a74bd58c08a8720 (diff) | |
download | vyos-1x-0e050cb357972eb83412da1d0edecff46fa515bd.tar.gz vyos-1x-0e050cb357972eb83412da1d0edecff46fa515bd.zip |
isis: T3417: drop artificial "domain" node identifying the IS-IS process name
As we and FRR do not support multiple FRR process instances, there is no need
to make this configurable for a user. We rather rely on a solid default "VyOS".
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/include/isis/isis-common-config.xml.i | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/interface-definitions/include/isis/isis-common-config.xml.i b/interface-definitions/include/isis/isis-common-config.xml.i index 94a6e3592..8b753b082 100644 --- a/interface-definitions/include/isis/isis-common-config.xml.i +++ b/interface-definitions/include/isis/isis-common-config.xml.i @@ -88,15 +88,6 @@ </node> </children> </node> -<leafNode name="domain"> - <properties> - <help>Domain name used for this instance</help> - <valueHelp> - <format>txt</format> - <description>IS-IS routing area domain/tag</description> - </valueHelp> - </properties> -</leafNode> <node name="domain-password"> <properties> <help>Set the authentication password for a routing domain</help> |