mirror of
https://git.dn42.dev/wiki/wiki.git
synced 2025-03-29 23:29:12 +01:00
Fix typo: link_bandwith -> link_bandwidth
This commit is contained in:
parent
49ed232fde
commit
5956fc8275
@ -151,9 +151,9 @@ function dn42_import_filter(int link_latency; int link_bandwidth; int link_crypt
|
||||
reject;
|
||||
}
|
||||
|
||||
function dn42_export_filter(int link_latency; int link_bandwith; int link_crypto) {
|
||||
function dn42_export_filter(int link_latency; int link_bandwidth; int link_crypto) {
|
||||
if is_valid_network() then {
|
||||
update_flags(link_latency, link_bandwith, link_crypto);
|
||||
update_flags(link_latency, link_bandwidth, link_crypto);
|
||||
accept;
|
||||
}
|
||||
reject;
|
||||
|
Loading…
x
Reference in New Issue
Block a user