diff options
| author | zhangzhihan <[email protected]> | 2020-09-10 20:19:30 +0800 |
|---|---|---|
| committer | zhangzhihan <[email protected]> | 2020-09-10 20:19:30 +0800 |
| commit | f70cf73628469a75236bc423ff5866b942fb812a (patch) | |
| tree | fd5467547eca1651a6b16df36c9f20faae386ab1 | |
| parent | 1d0943fdb069889cdbb3387270c45d16f80a10d0 (diff) | |
update
| -rw-r--r-- | roles/sapp/templates/gdev.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/sapp/templates/gdev.conf.j2 b/roles/sapp/templates/gdev.conf.j2 index f395dff..0ce756a 100644 --- a/roles/sapp/templates/gdev.conf.j2 +++ b/roles/sapp/templates/gdev.conf.j2 @@ -2,7 +2,7 @@ {% if tsg_running_type == 2 %} pcapdevice={{ nic_data_incoming.name }} sendto_gdev_card={{ nic_data_incoming.name }} -sendto_gdev_ip={{ inline_device_config.ip }} +sendto_gdev_ip={{ inline_device_config.keepalive_ip }} {% else %} pcapdevice={{ inline_device_config.data_incoming }} sendto_gdev_card={{ inline_device_config.data_incoming }} |
