OpenFastPath / ofp

OpenFastPath project
BSD 3-Clause "New" or "Revised" License
349 stars 126 forks source link

routing: fix support for default gateway #272

Open ChrisMuc opened 2 years ago

ChrisMuc commented 2 years ago

Issues #147 and #240 complain about a non working default gateway feature. I had the same issue and tried to find solutions.

Routes with a netmask of /1 or larger are working, wheres routes with a netmask of /0 are accepted but not used when it comes to selecting the next hop.

bogdanPricope commented 2 years ago

Hi @ChrisMuc,

Sorry to bring the bad news but there are no active maintainers for this repo. Both Nokia and Enea have lost interest and stopped contributing. There is no one to review and merge the fixes.

The 'default route' functionality is missing and I plan to implement it at some point in my own version of OFP. Out of curiosity, what are you trying to achieve with OFP and what other features would you like to see in OFP?

Best regards, Bogdan