summaryrefslogtreecommitdiffstats
path: root/isisd/isis_bpf.c
Commit message (Collapse)AuthorAgeFilesLines
* isisd, lib: Fix some more compiler warningsDonald Sharp2015-12-081-0/+2
| | | | | | | A couple compiler warnings snuck in from the last round of work being looked at. This cleans them up Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
* isisd: make send_lsp more robustChristian Franke2015-12-081-2/+9
| | | | | Signed-off-by: Christian Franke <chris@opensourcerouting.org> Tested-by: NetDEF CI System <cisystem@netdef.org>
* *: fix signedness mix-upsDavid Lamparter2015-04-211-3/+4
| | | | Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* isisd: add Google's changes to IS-ISJosh Bailey2012-04-071-4/+11
|
* isisd: change ISIS_METHOD to use C preprocessorDavid Lamparter2010-04-281-0/+3
| | | | | | this fixes warnings from vtysh extract.pl by making sure the isis method files always 'work'. (previously, extract.pl would grab unselected isis method sources and then complain about missing headers)
* isisd: fix BPF ioctl() calls, treat "true" and "false" as reservedDavid Ward2009-12-031-6/+7
| | | | | | | | | | | | | Avoid a potential conflict with the C99 defines 'true' and 'false' found in <stdbool.h> by choosing better variable names. Also fix the calls to these ioctls, as described in <net/bpf.h> in FreeBSD, NetBSD, and OpenBSD: * BIOCGBLEN, BIOCIMMEDIATE, BIOCSSEESENT (the parameter should be of type 'u_int') * BIOCPROMISC (there should be no parameters)
* [isisd] Commit new files which should have been part of previous commit..Paul Jakma2007-08-081-0/+340