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
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