This repository was archived by the owner on Jun 20, 2024. It is now read-only.
This repository was archived by the owner on Jun 20, 2024. It is now read-only.
fastdp rules set to two hosts for one mac #2428
Open
Description
As seen in weave report
:
"Flows": [
{
"FlowKeys": [
"TunnelFlowKey{id: 0000000000bec38e, ipv4src: 192.168.48.12, ipv4dst: 192.168.48.11}",
"InPortFlowKey{vport: 2}",
"EthernetFlowKey{src: 22:59:1b:91:a8:32, dst: ca:a8:55:5a:39:14}"
],
"Actions": [
"OutputAction{vport: 1}"
],
"Packets": 0,
"Bytes": 0,
"Used": 0
},
{
"FlowKeys": [
"InPortFlowKey{vport: 1}",
"EthernetFlowKey{src: ca:a8:55:5a:39:14, dst: 22:59:1b:91:a8:32}"
],
"Actions": [
"SetTunnelAction{id: 000000000038ebec, ipv4src: 192.168.48.11, ipv4dst: 192.168.48.12, ttl: 64, df: true}",
"OutputAction{vport: 2}",
"SetTunnelAction{id: 0000000000709bec, ipv4src: 192.168.48.11, ipv4dst: 192.168.48.13, ttl: 64, df: true}",
"OutputAction{vport: 2}"
],
"Packets": 0,
"Bytes": 0,
"Used": 0
}
]
Currently I have no idea why it decided to do this; in the logs the 22:59:1b:91:a8:32
address is only seen as remote from host2
.