diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-12-20 11:17:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 11:17:13 +0100 |
commit | 0cf4694a23b20e7f15fb8b8b349c16dfc3e17ade (patch) | |
tree | b81e963d837d6e9e3acd78ecb28be1e973c7eb73 /interface-definitions | |
parent | ae567b86495bf0bbadf19d396df60186979558a4 (diff) | |
parent | da03caa27446f32eb39c8458d443e9fd94452ad2 (diff) | |
download | vyos-1x-0cf4694a23b20e7f15fb8b8b349c16dfc3e17ade.tar.gz vyos-1x-0cf4694a23b20e7f15fb8b8b349c16dfc3e17ade.zip |
Merge pull request #647 from jpbede/feature/flowacc-enable-egress
flow-accounting: T3132: enable egress traffic accounting
Diffstat (limited to 'interface-definitions')
-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> |