tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
netmpls
/
at
master
6 files
mpls.h
As network features are not added dynamically, the domain structures are constant. Having more const makes MP review easier. More pointers are mapped read-only in the kernel image. OK deraadt@ mvs@
4 years ago
mpls_input.c
In revision 1.74 of netmpls/mpls_input.c we use rtisvalid(4) to check the result returned by rtalloc(4) instead of a compare with NULL. Since it's assumed this returned `rt' could be non NULL we should use rtfree(4) in error path. rtfree(4) also allows NULL as input.
4 years ago
mpls_output.c
correct INET6 path in mpls_getttl() and avoid uninitialised variable ok dlg@
6 years ago
mpls_proto.c
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
4 years ago
mpls_raw.c
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
4 years ago
mpls_shim.c
Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.
11 years ago