summaryrefslogtreecommitdiff
path: root/sys/netmpls/mpls_output.c
AgeCommit message (Expand)Author
2014-12-23unifdef some more INET. v4 4life.Ted Unangst
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-11-01Rename rtalloc1() into rtalloc(9) and convert its flags to only enableMartin Pieuchot
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2013-04-24Move various extern declarations into their corresponding header file.Martin Pieuchot
2011-04-04de-guttenberg our stack a bitHenning Brauer
2011-04-04no need to check the csum flags before calling mpls_do_cksum whichHenning Brauer
2011-01-21make mpls compile w/o errors when inet6 is not definedMike Belopuhov
2010-09-08Map the TTL when building the initial MPLS stack from the encapsulatedClaudio Jeker
2010-07-07Remove duplicate mtod(). No need to do it twice since the mbuf is notClaudio Jeker
2010-06-02Kill the mpls enable sysctl knob. Since MPLS needs to be enabled explicitlyClaudio Jeker
2010-05-28Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS intoClaudio Jeker
2010-05-07Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1Claudio Jeker
2009-07-09Remove commented variable.Michele Marchetto
2009-04-29Split up functionalities between mpls_input and mpls_output.Michele Marchetto
2009-01-28Get rid of the ugly rtentry hack.Michele Marchetto
2009-01-08Fix sockaddr_mpls structure.Michele Marchetto
2008-12-15Initial fixup of sockaddr_mpls struct.Michele Marchetto
2008-11-06Fix cvs id tag.Michele Marchetto
2008-10-28Added mpls_output() used to output mpls packets originating from local host.Michele Marchetto