This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
solutions-tsg-scripts/roles/sapp/templates/gdev.conf.j2

12 lines
390 B
Plaintext
Raw Normal View History

2019-06-22 20:13:27 +08:00
[Module]
2020-09-10 20:12:17 +08:00
{% if tsg_running_type == 2 %}
2019-06-22 20:13:27 +08:00
pcapdevice={{ nic_data_incoming.name }}
sendto_gdev_card={{ nic_data_incoming.name }}
2020-09-10 20:19:30 +08:00
sendto_gdev_ip={{ inline_device_config.keepalive_ip }}
2020-09-10 20:12:17 +08:00
{% else %}
pcapdevice={{ inline_device_config.data_incoming }}
sendto_gdev_card={{ inline_device_config.data_incoming }}
sendto_gdev_ip={{ inline_device_config.keepalive_ip }}
{% endif %}
gdev_status_switch=1