diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-05-12 13:21:20 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2022-05-12 13:21:20 +0000 |
commit | 2146002ed27edb87f4bd7bfb7825f9d68aca56d7 (patch) | |
tree | f562c767c4b227d2403c1efd9b98b961a1abd74e | |
parent | ab75607030f0ae4f767cce614471fa3888b8f5a2 (diff) | |
download | vyos-1x-2146002ed27edb87f4bd7bfb7825f9d68aca56d7.tar.gz vyos-1x-2146002ed27edb87f4bd7bfb7825f9d68aca56d7.zip |
policy: T4424: Fix incorrect format for IPv6 prefixes
-rw-r--r-- | interface-definitions/policy-local-route.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/policy-local-route.xml.in b/interface-definitions/policy-local-route.xml.in index 573a7963f..d969613b1 100644 --- a/interface-definitions/policy-local-route.xml.in +++ b/interface-definitions/policy-local-route.xml.in @@ -146,11 +146,11 @@ <properties> <help>Source address or prefix</help> <valueHelp> - <format>ipv4</format> + <format>ipv6</format> <description>Address to match against</description> </valueHelp> <valueHelp> - <format>ipv4net</format> + <format>ipv6net</format> <description>Prefix to match against</description> </valueHelp> <constraint> |