summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorlijie <[email protected]>2018-12-10 10:25:03 +0800
committerlijie <[email protected]>2018-12-10 10:25:03 +0800
commitcac5c951f20640fa89e23adb55dec8d5ac66a5cc (patch)
tree6e9242cdd2b2a80464537d006212b9de27b159b0 /bin
parentd626a2162b0ba811f7e4c5bf253f33e5170b14c7 (diff)
修改部分配置文件选项;修改日志输出形式;修改nominee_key,从uint32_t修改为char *HEADv1.0.0master
Diffstat (limited to 'bin')
-rw-r--r--bin/conf/mrl.conf22
1 files changed, 12 insertions, 10 deletions
diff --git a/bin/conf/mrl.conf b/bin/conf/mrl.conf
index 071e4ce..5c16f3f 100644
--- a/bin/conf/mrl.conf
+++ b/bin/conf/mrl.conf
@@ -9,7 +9,7 @@ local_port=20182
mrl_port=23456
mgw_port=33456
mgw_ip=192.168.11.137
-mrl_ip=192.168.11.242
+mrl_netcard=enp131s0f2
[MAAT_INFO]
Maat_table_path=./mrl_conf/table_info.conf
Maat_max_threads=1
@@ -18,21 +18,23 @@ Maat_redis_port=6800
Maat_stat_path=./log/Maat_stat.log
Maat_redis_index=5
[HTABLE_INFO]
-ht_slots=10000
-ht_max_element_num=40000
+ht_slot_size=1048576
+ht_max_element_num=0
ht_mutex_num=5
[VXLAN_INFO]
-vxlan_gdev_num=1
-vxlan_link_id_num=1
vxlan_local_mac=e4:95:6e:20:0d:0a
-vxlan_gdev_mac=00:1e:73:6c:fa:43
vxlan_local_ip=192.168.1.10
-vxlan_gdev_ip=10.1.1.1
vxlan_local_port=50710
-vxlan_gdev_port=4789
-vxlan_encap_type=0
-vxlan_link_id=1
+
vxlan_link_dir=1
vxlan_vpn_id=112
+
+vxlan_gdev_num=1
+vxlan_gdev_mac=00:1e:73:6c:fa:43
+vxlan_gdev_ip=10.1.1.1
+vxlan_gdev_port=4789;4788
+
+vxlan_link_id_num=1
+vxlan_link_id=1
vxlan_inner_smac=7c:2a:31:a3:44:9a
vxlan_inner_dmac=e8:61:1f:13:70:7a \ No newline at end of file