From 2474a2ac759b728ff7a58c2a218cb57eb6924832 Mon Sep 17 00:00:00 2001 From: Areg Melik-Adamyan Date: Sun, 17 Sep 2017 10:23:53 -0500 Subject: [PATCH] Adding YANFF (#1579) YANFF - Yet Another Network Function Framework is added. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dcb2f17d..8660d040 100644 --- a/README.md +++ b/README.md @@ -836,6 +836,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [water](https://github.com/songgao/water) - Simple TUN/TAP library. * [winrm](https://github.com/masterzen/winrm) - Go WinRM client to remotely execute commands on Windows machines. * [xtcp](https://github.com/xfxdev/xtcp) - TCP Server Framework with simultaneous full duplex communication,graceful shutdown,custom protocol. +* [YANNFF](https://github.com/intel-go/yanff) - Framework for rapid development of performant network functions for cloud and bare-metal. ## OpenGL