History log of /openbsd-src/sys/netmpls/mpls_output.c (Results 26 – 29 of 29)
Revision Date Author Comments
# 13a1ade2 08-Jan-2009 michele <michele@openbsd.org>

Fix sockaddr_mpls structure.
Now it contains just the label as it must be.

This introduces a ugly hack in rtentry that will be removed
as soon as possible.

OK claudio@


# 31dd9a49 15-Dec-2008 michele <michele@openbsd.org>

Initial fixup of sockaddr_mpls struct.

Remove smpls_in_iface as labels must be per platform unique.
Remove smpls_out_iface. It is redudant and can be inferred from nexthop.
Move smpls_operation to r

Initial fixup of sockaddr_mpls struct.

Remove smpls_in_iface as labels must be per platform unique.
Remove smpls_out_iface. It is redudant and can be inferred from nexthop.
Move smpls_operation to rt_flags and temporary remove smpls_out_exp.

ok claudio@

show more ...


# 3c9bed42 06-Nov-2008 michele <michele@openbsd.org>

Fix cvs id tag.


# bf64af94 28-Oct-2008 michele <michele@openbsd.org>

Added mpls_output() used to output mpls packets originating from local host.
Strictly similar to mpls_input().

Input and OK claudio@, OK laurent@


12