diff options
author | Morgan Christiansson <git@mog.se> | 2023-06-19 19:34:48 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2023-11-05 10:41:23 +0100 |
commit | e718abc23fe095d6c6f687086b1e0f0f532c23d1 (patch) | |
tree | b5e86420933ff639d4ad34a2df8d918232ea0d5f /net/ser2net/files/ser2net.yaml | |
parent | 756ba295683beaff5c46ca05eb316ca31f5ec3d2 (diff) |
ser2net: update to 4.5.0 (closes #21409)
This major update not only updates the ser2net daemon version,
but also migrates the UCI configuration handling to the newer
YAML configuration file format.
If you only configured ser2net using UCI, then there should
be no noticable difference and your configuration should
still work as before.
If you modified /etc/ser2net.conf before, or used custom adaptions
etc., then you must migrate to newer /etc/ser2net.yaml on your
own and/or double-check your installation - there is no automatic
migration logic during package upgrade path.
Signed-off-by: Morgan Christiansson <git@mog.se>
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'net/ser2net/files/ser2net.yaml')
-rw-r--r-- | net/ser2net/files/ser2net.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/ser2net/files/ser2net.yaml b/net/ser2net/files/ser2net.yaml new file mode 100644 index 000000000..8a46ef011 --- /dev/null +++ b/net/ser2net/files/ser2net.yaml @@ -0,0 +1,10 @@ +# This is a minimal example configuration file for ser2net. For a version with +# detailed comments and all possible configuration directives, please visit: +# https://github.com/cminyard/ser2net/blob/master/ser2net.yaml +# +# On OpenWrt/LEDE systems, this configuration serves as a base configuration. +# During boot of the system, the UCI configuration file /etc/config/ser2net is +# parsed and converted to additional configuration lines which are _appended_ +# to this file. The ser2net daemon is then started with the combined +# configuration file /tmp/ser2net.yaml. + |