<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/validators, branch vyos/1.3dev0</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.3dev0</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=vyos%2F1.3dev0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2019-10-19T08:28:00+00:00</updated>
<entry>
<title>T1749: support multiple ranges in the numeric validator.</title>
<updated>2019-10-19T08:28:00+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2019-10-19T08:28:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=6f73338f0a652ca9b68a5778456f63d098f04522'/>
<id>urn:sha1:6f73338f0a652ca9b68a5778456f63d098f04522</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Validator: add file-exists as replacement to Vyatta check_file_in_config_dir</title>
<updated>2019-08-07T09:58:21+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-07T09:35:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=097a088725eb632bec3e09a2e563fc96139d86ba'/>
<id>urn:sha1:097a088725eb632bec3e09a2e563fc96139d86ba</id>
<content type='text'>
Verify if a file exists or not on the system. Can be called by:
&lt;constraint&gt;
  &lt;validator name="file-exists" argument="--directory /config/auth"/&gt;
&lt;/constraint&gt;

The --directory option is used to ensure a given file path lies under this
(mandatory) directory. A directory can be mandatory when the optional argument
-e, --error is used. This will return '1' instead of '0'.
</content>
</entry>
<entry>
<title>Validator: rename cidr -&gt; ip-cidr to match existing patterns</title>
<updated>2019-08-07T09:58:17+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2019-08-07T09:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=5d9f2b33059bf314cb3e400139066e2024200c31'/>
<id>urn:sha1:5d9f2b33059bf314cb3e400139066e2024200c31</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[wireguard] T1425 - assign a /31 address on Wireguard interface</title>
<updated>2019-06-19T17:55:13+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-06-19T17:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=2ee0eff1bd04ef02b0769341eee22543f8011b68'/>
<id>urn:sha1:2ee0eff1bd04ef02b0769341eee22543f8011b68</id>
<content type='text'>
  - added a validator for checking if the address is any cidr noted address
</content>
</entry>
<entry>
<title>[arp] - T1288: python implemtation of 'set protocols static arp'</title>
<updated>2019-03-11T20:44:17+00:00</updated>
<author>
<name>hagbard</name>
<email>vyosdev@derith.de</email>
</author>
<published>2019-03-11T20:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b72a88200effbc7f94dfce3ba0db02b8a2e1b077'/>
<id>urn:sha1:b72a88200effbc7f94dfce3ba0db02b8a2e1b077</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T772 allow stow-away arguments in the script name field https://phabricator.vyos.net/T772</title>
<updated>2018-08-11T22:28:13+00:00</updated>
<author>
<name>Peri Diane Jones</name>
<email>gitlab.com@dsmouse.com</email>
</author>
<published>2018-08-11T22:28:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=12ce8b309d2535ba7277da4561bdd80bb89185be'/>
<id>urn:sha1:12ce8b309d2535ba7277da4561bdd80bb89185be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a validator for scripts that are supposed to be in /config</title>
<updated>2018-07-24T10:42:23+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-07-24T10:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=f9f1333e4c741451a8b53031812fcbdb167b4731'/>
<id>urn:sha1:f9f1333e4c741451a8b53031812fcbdb167b4731</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an option for validating positive (&gt;= 0) numbers to the numeric validator.</title>
<updated>2018-07-10T18:07:08+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-07-10T18:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=8b8f4d0dc3fd23411a7946037d39c4ff1e49ebd0'/>
<id>urn:sha1:8b8f4d0dc3fd23411a7946037d39c4ff1e49ebd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T642: add validators for common network address checking cases.</title>
<updated>2018-05-16T00:33:11+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-16T00:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7445d2bfed62a47c2182ead5bc556efdca7597c4'/>
<id>urn:sha1:7445d2bfed62a47c2182ead5bc556efdca7597c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some ipaddrcheck-based IP validators.</title>
<updated>2018-05-14T01:16:44+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-14T01:16:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=9a6320744d21416d1f1eb3a3ba168cf54ef59727'/>
<id>urn:sha1:9a6320744d21416d1f1eb3a3ba168cf54ef59727</id>
<content type='text'>
</content>
</entry>
</feed>
