Skip to content

Commit 5f7d46c

Browse files
committed
Remove managed packet-forwarder configuration.
1 parent 21df50c commit 5f7d46c

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

layers/loraserver/meta-loraserver/recipes-loraserver/lora-gateway-bridge/lora-gateway-bridge/lora-gateway-bridge.toml

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -22,42 +22,6 @@ type="semtech_udp"
2222
# packet-forwarder matches this port.
2323
udp_bind = "0.0.0.0:1700"
2424

25-
# Managed packet-forwarder configuration.
26-
#
27-
# By configuring one or multiple managed packet-forwarder sections, the
28-
# LoRa Gateway Bridge updates the configuration when the backend receives
29-
# a configuration change, after which it will restart the packet-forwarder.
30-
#
31-
# Example (this configuration can be repeated):
32-
#
33-
# [[backend.semtech_udp.configuration]]
34-
# # Gateway ID.
35-
# #
36-
# # The LoRa Gateway Bridge will only apply the configuration updates for this
37-
# # gateway ID.
38-
# gateway_id="0102030405060708"
39-
40-
# # Base configuration file.
41-
# #
42-
# # This file will be used as base-configuration and will not be overwritten on
43-
# # a configuration update. This file needs to exist and contains the base
44-
# # configuration and vendor specific
45-
# base_file="/etc/lora-packet-forwarder/global_conf.json"
46-
47-
# # Output configuration file.
48-
# #
49-
# # This will be the final configuration for the packet-forwarder, containing
50-
# # a merged version of the base configuration + the requested configuration
51-
# # update.
52-
# # Warning: this file will be overwritten on a configuration update!
53-
# output_file="/etc/lora-packet-forwarder/local_conf.json"
54-
55-
# # Restart command.
56-
# #
57-
# # This command is issued by the LoRa Gateway Bridge on a configuration
58-
# # change. Make sure the LoRa Gateway Bridge process has sufficient
59-
# # permissions to execute this command.
60-
# restart_command="/etc/init.d/lora-packet-forwarder restart"
6125

6226
# Integration configuration.
6327
[integration]

0 commit comments

Comments
 (0)