Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gshimansky authored Nov 28, 2018
2 parents b81a081 + 394f218 commit 1f6062b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func L3Separator(currentPacket *packet.Packet, context flow.UserContext) bool {
```
NFF-GO is an Open Source BSD licensed project that runs mostly in Linux user
land. The most recent patches and enhancements provided by the community are
available in the master branch.
available in the *_develop_* branch. master branch provides the latest stable released version under the appropriate tag.

## Getting NFF-GO

Expand Down Expand Up @@ -113,7 +113,6 @@ not installed into kernel directory. You can load it using the full path to the
module file:
$GOPATH/src/github.com/intel-go/nff-go/test/dpdk/dpdk-17.08/x86_64-native-linuxapp-gcc/kmod/igb_uio.ko


### Go

Use Go version 1.11 or higher. To check the version of Go, do:
Expand Down

0 comments on commit 1f6062b

Please sign in to comment.