diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-05-15 10:32:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 10:32:50 +0200 |
commit | e2978bb452c4ad3c3caf532c8f2204d7615c881e (patch) | |
tree | 06bbf47d590425224c27594cdc50b5af5628e428 /src/validators/ipv4 | |
parent | d96336a808e500934fc4fd9423345d0b965d35ac (diff) | |
parent | 3fc9b2fb79fd3e27a5034804e5243fe2e4ec40c3 (diff) | |
download | vyos-1x-e2978bb452c4ad3c3caf532c8f2204d7615c881e.tar.gz vyos-1x-e2978bb452c4ad3c3caf532c8f2204d7615c881e.zip |
Merge pull request #841 from c-po/conntrack-sync
conntrack-sync: T3535: migrate to XML and Python
Diffstat (limited to 'src/validators/ipv4')
-rwxr-xr-x | src/validators/ipv4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/validators/ipv4 b/src/validators/ipv4 new file mode 100755 index 000000000..53face090 --- /dev/null +++ b/src/validators/ipv4 @@ -0,0 +1,3 @@ +#!/bin/sh + +ipaddrcheck --is-ipv4 $1 |