summaryrefslogtreecommitdiff
path: root/REPORTING-BUGS
blob: 6d10ce78698422e05587636672934eb13a154cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
For reporting bugs send an email to the <netsniff-ng@googlegroups.com> list.

If you use Fedora or have a RHEL subscription, you can also report bugs to:

  * https://bugzilla.redhat.com/

If you use Debian Linux, we might also process / track bugs there:

  * http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=netsniff-ng

In any way, you'll get a reply from us. Please do not contact individual
developers directly in case of netsniff-ng issues or patches, but rather
always our mailing list. By this, you're not wasting time of a single
developer and increase your chances of getting a reply from us.

In general, we are also highly interested in how you use the toolkit, what
problems you are trying to sovle and what kind of things you would like to have
improved. So feel free to drop us some feature requests as well.
span='2' class='oid'>4d6a6aed22f91b35c14a6717d42953f260090175 (patch) treea46218f707707855d768261f1a18da7f7da3d386 /net/bluetooth/6lowpan.c parent26d46dffbe2cd0a023aa6192708f80cd796af107 (diff)
6lowpan: move shared settings to lowpan_netdev_setup
This patch moves values for all lowpan interface to the shared implementation of 6lowpan. This patch also quietly fixes the forgotten IFF_NO_QUEUE flag for the bluetooth 6LoWPAN interface. An identically commit is 4afbc0d ("net: 6lowpan: convert to using IFF_NO_QUEUE") which wasn't changed for bluetooth 6lowpan. All 6lowpan interfaces should be virtual with IFF_NO_QUEUE, using EUI64 address length, the mtu size is 1280 (IPV6_MIN_MTU) and the netdev type is ARPHRD_6LOWPAN. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/6lowpan.c')