OpenBSD CVS

src/sys/netmpls/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sys / netmpls

Current tag: OPENBSD_6_2_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] mpls.h  1.37   7 years  claudio   Remove mpls_raw_usrreq() prototype, that function is gone.
[TXT] mpls_input.c  1.60   7 years  mpi   branches: 1.60.4; Introduce ipv{4,6}_input(), two wrappers around IP queues. T...
[TXT] mpls_output.c  1.26   8 years  claudio   Rework the MPLS handling. Remove the lookup loops since nothing is using them an...
[TXT] mpls_proto.c  1.16   7 years  mpi   Convert domain declarations to C99 initializers. ok dhill@, florian@, bluhm@
[TXT] mpls_raw.c  1.15   7 years  claudio   Retire the AF_MPLS protosw struct. Nothing is using it and the code was super ba...
[TXT] mpls_shim.c  1.8   9 years  mpi   Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. ok mikeb...