diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-24 22:49:36 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-25 23:27:15 +0100 |
commit | 0030f9fc844036a0d1a0381a9096b1b9d368e35f (patch) | |
tree | a2e4860df8cedaec882e9f4c09ffcac2f624c476 /interface-definitions/flow-accounting-conf.xml.in | |
parent | 015e26acc8ed65b6a7d778107a83ee8604950f90 (diff) | |
download | vyos-1x-0030f9fc844036a0d1a0381a9096b1b9d368e35f.tar.gz vyos-1x-0030f9fc844036a0d1a0381a9096b1b9d368e35f.zip |
flow-accounting: T4099: rename "netflow source-ip" to source-address
sFlow uses the source-address CLI node and netflow uses source-ip this is just
confusing and should be synced to the common source-address CLI node.
Diffstat (limited to 'interface-definitions/flow-accounting-conf.xml.in')
-rw-r--r-- | interface-definitions/flow-accounting-conf.xml.in | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/interface-definitions/flow-accounting-conf.xml.in b/interface-definitions/flow-accounting-conf.xml.in index 02364425f..7b110e733 100644 --- a/interface-definitions/flow-accounting-conf.xml.in +++ b/interface-definitions/flow-accounting-conf.xml.in @@ -183,23 +183,7 @@ </constraint> </properties> </leafNode> - <leafNode name="source-ip"> - <properties> - <help>IPv4 or IPv6 source address of NetFlow packets</help> - <valueHelp> - <format>ipv4</format> - <description>IPv4 source address of NetFlow packets</description> - </valueHelp> - <valueHelp> - <format>ipv6</format> - <description>IPv6 source address of NetFlow packets</description> - </valueHelp> - <constraint> - <validator name="ipv4-address"/> - <validator name="ipv6-address"/> - </constraint> - </properties> - </leafNode> + #include <include/source-address-ipv4-ipv6.xml.i> <leafNode name="version"> <properties> <help>NetFlow version to export</help> |