summaryrefslogtreecommitdiff
path: root/op-mode-definitions/geoip.xml.in
blob: 6d667ff6a771d882cf9bc6876ca1cdd6eaeb73ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0"?>
<interfaceDefinition>
  <node name="update">
    <children>
      <node name="geoip">
        <properties>
          <help>Update GeoIP database and firewall sets</help>
        </properties>
        <command>sudo ${vyos_libexec_dir}/geoip-update.py</command>
      </node>
    </children>
  </node>
</interfaceDefinition>