diff options
author | Nataliia Solomko <natalirs1985@gmail.com> | 2025-02-19 16:33:59 +0200 |
---|---|---|
committer | Nataliia Solomko <natalirs1985@gmail.com> | 2025-02-19 16:33:59 +0200 |
commit | 8241857167968e9d2e9fabd1e84db578c0d022e7 (patch) | |
tree | 8eb6d9d82034a0c1e0f97b1d583637c4106c50df /interface-definitions/include/ip-address.xml.i | |
parent | 32c4beae5d4869974bc151a4fb11c0f62d21c38c (diff) | |
download | vyos-1x-8241857167968e9d2e9fabd1e84db578c0d022e7.tar.gz vyos-1x-8241857167968e9d2e9fabd1e84db578c0d022e7.zip |
T6628: IPoE-server rename "static-ip" to "ip-address" for local auth
Diffstat (limited to 'interface-definitions/include/ip-address.xml.i')
-rw-r--r-- | interface-definitions/include/ip-address.xml.i | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/interface-definitions/include/ip-address.xml.i b/interface-definitions/include/ip-address.xml.i new file mode 100644 index 000000000..6027e97ee --- /dev/null +++ b/interface-definitions/include/ip-address.xml.i @@ -0,0 +1,14 @@ +<!-- include start from ip-address.xml.i --> +<leafNode name="ip-address"> + <properties> + <help>Fixed IP address of static mapping</help> + <valueHelp> + <format>ipv4</format> + <description>IPv4 address used in static mapping</description> + </valueHelp> + <constraint> + <validator name="ipv4-address"/> + </constraint> + </properties> +</leafNode> +<!-- include end --> |