fe0ae42654c4b60fe7540cfd3b1aa3d6e2c71d1b
  howto/Bird-communities.md
			| ... | ... | @@ -97,9 +97,9 @@ int dn42_crypto;  | 
        
| 97 | 97 |  # Combines filter from local4.conf/local6.conf and filter4.conf/filter6.conf,  | 
        
| 98 | 98 |  # which means, these must included before this file  | 
        
| 99 | 99 | |
| 100 | -function dn42_import_filter(int link_latency; int link_bandwith; int link_crypto) {  | 
        |
| 100 | +function dn42_import_filter(int link_latency; int link_bandwidth; int link_crypto) {  | 
        |
| 101 | 101 |    if is_valid_network() && !is_self_net() then {  | 
        
| 102 | -    update_flags(link_latency, link_bandwith, link_crypto);  | 
        |
| 102 | +    update_flags(link_latency, link_bandwidth, link_crypto);  | 
        |
| 103 | 103 |      accept;  | 
        
| 104 | 104 |    }  | 
        
| 105 | 105 |    reject;  |