ip: Router ID included in flow hash 94/30894/2
authorNeale Ranns <neale@graphiant.com>
Fri, 22 Jan 2021 16:12:38 +0000 (16:12 +0000)
committerOle Tr�an <otroan@employees.org>
Thu, 28 Jan 2021 09:47:56 +0000 (09:47 +0000)
commit3d5f08a825a978cd6853989a5df8c9b9811e7fb8
treec12651cb21792551accced579d7949e3e1ae4a56
parent86c7ff6a4c014b65af0d309173e89c2fe8377614
ip: Router ID included in flow hash

Type: feature

A device/router needs to have a unique ID which is included in the flow
has so that flows are not polarised through the network, i.e. each deice
in the network chooses the same nth link for the same flow.

Signed-off-by: Neale Ranns <neale@graphiant.com>
Change-Id: I963e03674adbb085902b4084fdc4886b88f5734c
12 files changed:
src/plugins/gbp/test/test_gbp.py
src/vnet/ip/ip.api
src/vnet/ip/ip.c
src/vnet/ip/ip.h
src/vnet/ip/ip4_inlines.h
src/vnet/ip/ip6_inlines.h
src/vnet/ip/ip6_packet.h
src/vnet/ip/ip_api.c
src/vnet/ip/ip_flow_hash.h
src/vnet/mpls/mpls_lookup.h
test/test_ip4.py
test/test_ip6.py