summaryrefslogtreecommitdiff
path: root/interface-definitions/include
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-02-20 07:33:23 +0100
committerGitHub <noreply@github.com>2025-02-20 07:33:23 +0100
commit6be2553c5d5e96b32c957d5f82a861dcb3d86b88 (patch)
tree3ccd86931a30018692c880a3cc1afee202a3e63f /interface-definitions/include
parent624039b27efc7228d815471e1f917bbd237b1db3 (diff)
parent8241857167968e9d2e9fabd1e84db578c0d022e7 (diff)
downloadvyos-1x-6be2553c5d5e96b32c957d5f82a861dcb3d86b88.tar.gz
vyos-1x-6be2553c5d5e96b32c957d5f82a861dcb3d86b88.zip
Merge pull request #4352 from natali-rs1985/T6628-fix
T6628: IPoE-server rename "static-ip" to "ip-address" for local auth
Diffstat (limited to 'interface-definitions/include')
-rw-r--r--interface-definitions/include/ip-address.xml.i14
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 -->