aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2022-03-13 11:40:09 -0300
committerSean Whitton <spwhitton@spwhitton.name>2022-03-22 11:14:08 -0700
commit293e1b299445e73f9149b6e6950dcefdd3c9c299 (patch)
tree14693790a877dfa81d3d26ce975d0c1332b381b8 /src/package.lisp
parent0550b8faf77b056e383ad332abbb4304acb8c512 (diff)
downloadconsfigurator-293e1b299445e73f9149b6e6950dcefdd3c9c299.tar.gz
add VALID-HOSTNAME-P
Initial intended application is checking data source IDEN1. This could be done as a one-liner with a more complex regex, but that seems harder to debug. Signed-off-by: David Bremner <david@tethera.net>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 6197c12..4d27970 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -122,6 +122,7 @@
#:lambda-ignoring-args
#:parse-cidr
#:random-alphanumeric
+ #:valid-hostname-p
#:*consfigurator-debug-level*
#:with-indented-inform