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