diff options
| author | sskaje <sskaje@gmail.com> | 2025-03-28 15:47:24 +0800 |
|---|---|---|
| committer | sskaje <sskaje@gmail.com> | 2025-03-28 15:47:24 +0800 |
| commit | 795154d9009b669f8858ed983c6b7486aaee1125 (patch) | |
| tree | 1e8fe5570d92829800b5b7768041d62545eed604 /src/conf_mode/firewall.py | |
| parent | 4871e5bb5b8c3f1cab12fdc36a02ac99902a9eb1 (diff) | |
| download | veeos-1x-795154d9009b669f8858ed983c6b7486aaee1125.tar.gz veeos-1x-795154d9009b669f8858ed983c6b7486aaee1125.zip | |
geoip: T5636: Add geoip for policy route/route6
Diffstat (limited to 'src/conf_mode/firewall.py')
| -rwxr-xr-x | src/conf_mode/firewall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/firewall.py b/src/conf_mode/firewall.py index cebe57092..72f2d39f4 100755 --- a/src/conf_mode/firewall.py +++ b/src/conf_mode/firewall.py @@ -627,7 +627,7 @@ def apply(firewall): # Call helper script to Update set contents if 'name' in firewall['geoip_updated'] or 'ipv6_name' in firewall['geoip_updated']: print('Updating GeoIP. Please wait...') - geoip_update(firewall) + geoip_update(firewall=firewall) return None |
