Skip to content

Commit 8c8dda0

Browse files
authored
Update README.md
1 parent 28497d2 commit 8c8dda0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
6467
Example 2. /etc/systemd/systemd-netlogd.conf
6568

6669
[Network]
6770
Address=192.168.8.101:514
71+
#Protocol=udp
6872

6973
Example 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]

0 commit comments

Comments
 (0)