#v tos len id off ttl p sum src dst # ICMP dest unreachable with 64 bits in payload (in reply to a TCP packet # going out) [out,df0] 4500 003c 4706 4000 ff06 28aa 0202 0202 0404 0404 5000 0050 0000 0001 0000 0000 a002 16d0 d8e2 0000 0204 05b4 0402 080a 0047 fbb0 0000 0000 0103 0300 [in,df0] 4500 0038 809a 0000 ff01 2919 0303 0303 0606 0606 0303 606b 0000 0000 4500 003c 4706 4000 ff06 20a2 0606 0606 0404 0404 9c40 0050 0000 0001 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits) [in,df0] 4500 0058 809a 0000 ff01 28f9 0303 0303 0606 0606 0303 113f 0000 0000 4500 003c 4706 4000 ff06 20a2 0606 0606 0404 0404 9c40 0050 0000 0001 0000 0000 a002 16d0 849a 0000 0204 05b4 0402 080a 0047 fbb0 0000 0000 0103 0300 lue='lockcount-9.3'>lockcount-9.3 NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/rump/net/lib/libnetmpls
AgeCommit message (Collapse)Author
2016-08-07finish ifmpls->mpls renaming.christos
2016-01-26Put the kernelside rump kernel headers into <rump-sys> instead ofpooka
sprinkling them around the faction directories. Avoids having to add a CPPFLAGS (or several) to pretty much every component Makefile. Leave compat headers around in the old locations. The commit changes some autogenerated files, but I'll fix the generators shortly and regen.
2015-10-19Add a COMMENT describing what each component roughly does.pooka
"make describe" prints the comment. Requested/inspired by Vincent Schwarzer on rumpkernel-users
2015-08-24purge rump/net of component-specific opt directoriespooka
2015-08-20add ioconf files for pseudo device attach prototypeschristos
2014-12-02Remove shlib_version files and just use Makefile SHLIB_MAJOR/MINOR,pooka
with the default provided by Makefile.rump (they're all 0.0 anyway)
2014-08-22Nuke the DOMAINADD() macro and just call domain_attach(), now that thingspooka
work correctly that way.
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-03-13rename component.c -> netmpls_component.cpooka
2014-02-14Register netisr's from component constructors instead of via a hardcodedpooka
global list.
2013-07-18Add librumpnet_netmpls that provides MPLS features into rump kernelskefren
ok'ed pooka@