diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-03-01 19:09:12 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-03-01 19:10:15 +0100 |
commit | 42c011224e5aef3c27f9de6b5a74e594a404131e (patch) | |
tree | d80f1be872db781b18992851fe842a9b488fb4de /src/etc/systemd | |
parent | 258737a06509f2ff3be8bf21a8ce313ddc2ee191 (diff) | |
download | vyos-1x-42c011224e5aef3c27f9de6b5a74e594a404131e.tar.gz vyos-1x-42c011224e5aef3c27f9de6b5a74e594a404131e.zip |
flow-accounting: T4277: support sending flow-data via VRF interface
It should be possible to send the gathered data via a VRF bound interface to
the collector. This is somehow related to T3981 but it's the opposite side of
the netflow process.
set system flow-accounting vrf <name>
Diffstat (limited to 'src/etc/systemd')
-rw-r--r-- | src/etc/systemd/system/uacctd.service.d/override.conf | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/etc/systemd/system/uacctd.service.d/override.conf b/src/etc/systemd/system/uacctd.service.d/override.conf deleted file mode 100644 index 38bcce515..000000000 --- a/src/etc/systemd/system/uacctd.service.d/override.conf +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -After= -After=vyos-router.service -ConditionPathExists= -ConditionPathExists=/run/pmacct/uacctd.conf - -[Service] -EnvironmentFile= -ExecStart= -ExecStart=/usr/sbin/uacctd -f /run/pmacct/uacctd.conf -WorkingDirectory= -WorkingDirectory=/run/pmacct -PIDFile= -PIDFile=/run/pmacct/uacctd.pid |