전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
next they enter the routing code, which decides whether the packet is destined for another interface, or a local process.
als naechstes kommen sie in den routing-code, welcher entscheidet, ob das paket fuer eine andere schnittstelle oder fuer einen lokalen prozess bestimmt ist.
here you can see that routing occurs after this hook is called: in fact, the routing code is called first (to figure out the source ip address and some ip options): if you want to alter the routing, you must alter the `skb->dst' field yourself, as is done in the nat code.
hier kannst du sehen, dass routing erst dann einsetzt, wenn dieser hook aufgerufen wurde: tatsaechlich wird zuerst der routing-code aufgerufen (um angaben ueber quelladresse und ip-optionen zu bestimmen) und wird erneut aufgerufen, wenn das paket geaendert werden sollte.