Giter Site home page Giter Site logo

massar / sixxsd Goto Github PK

View Code? Open in Web Editor NEW
22.0 7.0 11.0 456 KB

sixxsd - The SixXS Daemon - IPv6 Tunnel & Routing Engine

License: BSD 3-Clause "New" or "Revised" License

Makefile 2.90% C 95.67% Python 1.43%
ipv6 tunnel-server tunnel tunnelbroker sixxs ayiya routing

sixxsd's Introduction

Jeroen Massar @ GitHub

Hi, I'm Jeroen Massar and this is my little spot on GitHub. I use this space to publish hopefully useful projects and so that we can colloborate together on improving them.

In case of questions or comments don't hesitate to contact me by email at [email protected].

My Homepage with a lot of information about me and what I work on can be found at https://jeroen.massar.ch. There you'll find more details about me, along with papers & presentations about my projects and the work that I do.

Hats & Projects

I have various hats, and depending on the hat, code will appear in the relevant repository.

sixxsd's People

Contributors

massar avatar pimvanpelt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

sixxsd's Issues

Getting a compile error on Linux Ubuntu 64-bit

==== SixXSd - SixXS Daemon ====
Building : SixXSd
Copyright : (C) Copyright SixXS 2000-2015 All Rights Reserved
Version : 4.0
Release : 2015.10.12
Options : -DOPTIMIZE
OS : Linux 64-bit
Compiler : cc 5.4.0

  • Compiling sixxsd.o
    sixxsd.c: In function ‘main’:
    sixxsd.c:551:3: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
    freopen("/dev/null", "r", stdin);
    ^
    sixxsd.c:552:3: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
    freopen("/dev/null", "w", stdout);
    ^
    sixxsd.c:553:3: warning: ignoring return value of ‘freopen’, declared with attribute warn_unused_result [-Wunused-result]
    freopen("/dev/null", "w", stderr);
    ^
  • Compiling ayiya.o
  • Compiling checksum.o
  • Compiling common.o
    In file included from /usr/include/x86_64-linux-gnu/sys/socket.h:38:0,
    from platform.h:67,
    from sixxsd.h:62,
    from common.c:7:
    common.c: In function ‘recv_from_to’:
    common.c:83:32: error: invalid application of ‘sizeof’ to incomplete type ‘struct in6_pktinfo’
    char cmsg6[CMSG_SPACE(sizeof(struct in6_pktinfo))];
    ^
    common.c:124:56: error: dereferencing pointer to incomplete type ‘struct in6_pktinfo’
    memcpy(&((struct sockaddr_in6*)to)->sin6_addr, &pkt6->ipi6_addr, sizeof(pkt6->ipi6_addr));
    ^
    Makefile:90: recipe for target 'common.o' failed
    make[1]: *** [common.o] Error 1
    Makefile:263: recipe for target 'all' failed
    make: *** [all] Error 2

Perhaps missing a .h file ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.