summaryrefslogtreecommitdiff
path: root/sys/net/if_mpe.c
AgeCommit message (Expand)Author
2009-01-28Get rid of the ugly rtentry hack.Michele Marchetto
2008-11-06Introduced IPv6 support of uniform model for TTL handling.Michele Marchetto
2008-11-01Introduced Uniform Model for TTL handling.Michele Marchetto
2008-10-28Added mpls_output() used to output mpls packets originating from local host.Michele Marchetto
2008-10-18Prevent the user to assign reserved labels to mpe(4) interfaces.Michele Marchetto
2008-10-14Now mpls_input() handles ipv4 and ipv6 explicit null labels.Michele Marchetto
2008-05-08Add license and OpenBSD RCS Tag to the file, spotted by Dries Schellekens.Pierre-Yves Ritschard
2008-05-08Start at making mpe tap to bpf. While there move if_start() call insidePierre-Yves Ritschard
2008-05-08Hook mpe(4) correctly into mpls so that it is possible to tunnel packets overClaudio Jeker
2008-05-08UP mpe interfaces.Esben Norby
2008-05-07Missing return and correctly indent a debug printf.Claudio Jeker
2008-05-07add mpe_input() to be able to be fed packets that will reenter ip.Pierre-Yves Ritschard
2008-05-07Make mpe a point-to-point interface.Pierre-Yves Ritschard
2008-05-07Correctly initialize labels by byte-swapping and inserting BoS and TTL.Pierre-Yves Ritschard
2008-05-06bring in the mpe interface - for ``MPLS Provider Edge'' - this is a workPierre-Yves Ritschard