yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

GRE support naming refactoring #34

Closed SteveBalayanAKAMedian closed 9 months ago

SteveBalayanAKAMedian commented 9 months ago

The implementation of GRE tunneling scheme introduced updates to multiple structures in yanet. Yet the naming of the fields used for forwarding method in those structures was flawed. They were called 'tunnel', and that name could have led to confusion. This patch renames that field to 'forwarding_method'