File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ systemd-networkd reads configuration files named `/etc/systemd/systemd-netlogd.c
4747 to a unicast UDP address or multicast UDP network group in syslog RFC 5424 format.
4848
4949 The the address string format is similar to socket units. See systemd.socket(1)
50+
51+ Protocol=
52+ Specifies whether to use udp or tcp protocol. Defaults to udp.
5053
5154 Optional settings
5255
@@ -60,14 +63,16 @@ systemd-networkd reads configuration files named `/etc/systemd/systemd-netlogd.c
6063
6164 [Network]
6265 Address=239.0.0.1:6000
63-
66+ #Protocol=udp
6467Example 2. /etc/systemd/systemd-netlogd.conf
6568
6669 [Network]
6770 Address=192.168.8.101:514
71+ #Protocol=udp
6872
6973Example 3. /etc/systemd/systemd-netlogd.conf
7074
7175 [Network]
7276 Address=192.168.8.101:514
77+ #Protocol=udp
7378 StructuredData=[1ab456b6-90bb-6578-abcd-5b734584aaaa@41058]
You can’t perform that action at this time.
0 commit comments