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_5_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] mpls.h  1.34   8 years  rzalamena   Don't use mpls_input() as input handler anymore and instead call it directly. Al...
[TXT] mpls_input.c  1.47   8 years  rzalamena   Don't use mpls_input() as input handler anymore and instead call it directly. Al...
[TXT] mpls_output.c  1.21   8 years  deraadt   m_freem() can handle NULL, do not check for this condition beforehands. ok stsp ...
[TXT] mpls_proto.c  1.10   8 years  mpi   Abstract the routing table internals behind an rtable_* API. Code abusing the r...
[TXT] mpls_raw.c  1.12   8 years  rzalamena   Kill NETISR_MPLS, from now on we will use interface input handlers to deal with ...
[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...