TheRandomCharacter
TheRandomCharacter
### Discussed in https://github.com/yanet-platform/yanet/discussions/201 Originally posted by **zV3KT0R** May 30, 2024 uint8_t physicalPort_flags[CONFIG_YADECAP_PORTS_SIZE]; but metadata->fromPortId can be greater than CONFIG_YADECAP_PORTS_SIZE https://github.com/yanet-platform/yanet/blob/87748d7bf95f44ba21725197b0ef18e196310741/dataplane/worker.cpp#L1063 dpdk port id is erroneously used as index instead...
Currently a crutch with yanet_rootdir is used to enable meson modules cli,controlplane,dataplane,... to include common headers, that are out of source tree for them. This change makes common a dependency...
Integrates consistent hashing library into yanet. Adds option to create "chash" type balancer services.
Instead of starting dataplane returns result of dataplane config read and check.
Refactoring route tunnel compilation before adding consistent hashing for ecmp