yanet-platform / yanet

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

Fix warning messages from bison #47

Closed saushew closed 9 months ago

saushew commented 9 months ago

Warning messages appeared due to an update of the bison parser version. This commit modifies libfwparser/fw_parser.y file according to the documentation for the new version of bison.

Fixes issue #28