diff options
Diffstat (limited to 'roles/sled-mcn0/templates/houyi_plug_arp_network.conf.j2')
| -rw-r--r-- | roles/sled-mcn0/templates/houyi_plug_arp_network.conf.j2 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/roles/sled-mcn0/templates/houyi_plug_arp_network.conf.j2 b/roles/sled-mcn0/templates/houyi_plug_arp_network.conf.j2 index 247dac2..0d9a523 100644 --- a/roles/sled-mcn0/templates/houyi_plug_arp_network.conf.j2 +++ b/roles/sled-mcn0/templates/houyi_plug_arp_network.conf.j2 @@ -3,6 +3,9 @@ #dir network mask-bit-num mac-addr #dir: 0:C2I, 1:I2C +#houyi模块对方向的定义: houyi_send_dir_t, +#HOUYI_SEND_DIR_C2I = 0, 内-->外, outbound, 看第一个字母象形, O 0 +#HOUYI_SEND_DIR_I2C = 1, 外-->内, inbound , 看第一个字母象形, I 1 #example: -0 192.168.10.0 255.255.255.128 46:9d:8e:37:53:11 -1 192.168.10.128 255.255.255.128 46:9d:8e:37:53:22
\ No newline at end of file +0 10.3.22.128 255.255.255.128 46:9d:8e:37:53:11 +1 10.3.22.0 255.255.255.128 46:9d:8e:37:53:22
\ No newline at end of file |
