diff options
author | Jan-Philipp Benecke <jpb@cleverreach.com> | 2020-12-17 12:17:48 +0100 |
---|---|---|
committer | Jan-Philipp Benecke <jpb@cleverreach.com> | 2020-12-17 12:17:48 +0100 |
commit | da03caa27446f32eb39c8458d443e9fd94452ad2 (patch) | |
tree | f1ab8e9e904d55d9c47b61506632d303d50efbc0 | |
parent | c1135630283fa22b56af69be9acd1556ecf2be82 (diff) | |
download | vyos-1x-da03caa27446f32eb39c8458d443e9fd94452ad2.tar.gz vyos-1x-da03caa27446f32eb39c8458d443e9fd94452ad2.zip |
flow-accounting: T3132: enable egress traffic accounting
-rw-r--r-- | interface-definitions/flow-accounting-conf.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/flow-accounting-conf.xml.in b/interface-definitions/flow-accounting-conf.xml.in index 904759a56..585322125 100644 --- a/interface-definitions/flow-accounting-conf.xml.in +++ b/interface-definitions/flow-accounting-conf.xml.in @@ -21,6 +21,12 @@ </constraint> </properties> </leafNode> + <leafNode name="enable-egress"> + <properties> + <help>Enable egress flow accounting</help> + <valueless /> + </properties> + </leafNode> <leafNode name="disable-imt"> <properties> <help>Disable in memory table plugin</help> |