]> git.proxmox.com Git - mirror_kronosnet.git/blame - README
[libtap] BSD: switch to ioctl to destroy tap devices
[mirror_kronosnet.git] / README
CommitLineData
9cc4d584 1#
a3d5822a 2# Copyright (C) 2010-2018 Red Hat, Inc. All rights reserved.
9cc4d584
FDN
3#
4# Author: Fabio M. Di Nitto <fabbione@kronosnet.org>
5#
6# This software licensed under GPL-2.0+, LGPL-2.0+
7#
8
dd333258
FDN
9Upstream resources
10------------------
11
12https://github.com/kronosnet/kronosnet/
13https://ci.kronosnet.org/
14https://trello.com/kronosnet (TODO list and activities tracking)
15https://goo.gl/9ZvkLS (google shared drive)
16https://github.com/kronosnet/knet-ansible-ci
17https://lists.kronosnet.org/mailman/listinfo/users
18https://lists.kronosnet.org/mailman/listinfo/devel
19https://lists.kronosnet.org/mailman/listinfo/commits
20https://kronosnet.org/ (web 0.1 style)
21IRC: #kronosnet on Freenode
41ed0fff 22
2bb048e3
FDN
23Architecture
24------------
25
dd333258
FDN
26Please refer to the google shared drive Presentations directory for
27diagrams and fancy schemas
2bb048e3 28
dd333258
FDN
29Running knet on FreeBSD
30-----------------------
2bb048e3 31
dd333258
FDN
32knet requires big socket buffers and you need to set:
33kern.ipc.maxsockbuf=18388608
34in /etc/sysctl.conf or knet will fail to run.
2bb048e3 35
6985492f 36libtap requires if_tap.ko loaded in the kernel.