WebCScope Installation Quick Install 0. Create a directory called cscope under your /cgi-bin (virtual) directory. Copy all the files in the distribution to this directory. 1. Edit the 'cscope' file and change the following items: - Location to the perl interpreter - Location of the cscope database and other modifiable parameters - Feedback name and email - Location of the syntax highlighter, if you wish to use it 2. Syntax highlighter - The syntax highlighter must be built if you decide to use it. If you do not want syntax highlighting, you can ignore this step and set the highlighter to /bin/cat. - Compile 'hilite.c' using 'gcc -o hilite hilite.c' 3. Icons - Copy the images from the icons directory into the /icons (virtual) directory on the web server. You can also replace these images with whatever you choose. 4. Organizing your CScope databases - WebCScope supports multiple databases in $cscopedir - Create a directory for each project or sub-source in $cscopedir and, generate your cscope database using the following commands. - find /some/source/dir -name '*.[chyls]' -print > cscope.files - cscope -b -q - Repeat the above step for each database you wish to create ption value='packet-loop-back'>packet-loop-back net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2016-03-16 10:17:37 +0100
committerSteffen Klassert <steffen.klassert@secunet.com>2016-03-31 08:59:56 +0200
commitd6af1a31cc72fbd558c7eddbc36f61bf09d1cf6a (patch)
tree509516e55ce80f366f230276070689e86647b88e /.mailmap
parent215276c0147ef49bc07692ca68bae35a30a64b9a (diff)
vti: Add pmtu handling to vti_xmit.
We currently rely on the PMTU discovery of xfrm. However if a packet is locally sent, the PMTU mechanism of xfrm tries to do local socket notification what might not work for applications like ping that don't check for this. So add pmtu handling to vti_xmit to report MTU changes immediately. Reported-by: Mark McKinstry <Mark.McKinstry@alliedtelesis.co.nz> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to '.mailmap')