16.3. Initialization of Bridging CodeThe bridging code can be either built into the kernel or compiled as a module. The initialization and cleanup routines, br_init and br_uninit, respectively, are defined in /net/bridge/br.c. Initialization consists of:
When the kernel is compiled with support for Bridging-Firewalling Figure 16-6. Relationships between the main data structure typesBridging-Firewalling is added to the kernel with the option "Networking support Networking options Network packet filtering (replaces ipchains) Bridged IP/ARP packet filtering". The Ethernel-Bridging-Tables option (i.e., ebtables) is initialized elsewhere (see the section "Data Frames Versus BPDUs"). The cleanup routine br_deinit simply undoes what was done by br_init. |
Tuesday, October 20, 2009
Section 16.3. Initialization of Bridging Code
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment