bugfix: 修改keepalive ip在stage2渲染错误的bug

This commit is contained in:
fumingwei
2021-05-25 12:34:40 +08:00
parent 110ec8e770
commit 072c555c2d
2 changed files with 5 additions and 4 deletions

View File

@@ -8,10 +8,10 @@ mtu=4096
clear_tx_flags=1
hw_strip_crc=1
{% raw %}
in_addr={{ keepalive_subnet_ip }}
in_addr=10.253.{{ keepalive_subnet_ip }}.1
{% endraw %}
in_mask=255.255.255.252
#rssmode=3
in_mask=255.255.0.0
rssmode=0
[device:enp130s2]
mtu=4096
@@ -24,6 +24,7 @@ vlan-pvid-mode=2
hw_strip_crc=1
sz_tunnel=8192
sz_buffer=0
rssmode=0
[service]
# lcore id for i/o service, use comma to split

View File

@@ -2,6 +2,6 @@
pcapdevice={{ nic_mgr.name }}
sendto_gdev_card={{ nic_mgr.name }}
{% raw %}
sendto_gdev_ip={{ keepalive_subnet_ip }}
sendto_gdev_ip=10.253.{{ keepalive_subnet_ip }}.1
{% endraw %}
gdev_status_switch=1