chiark
/
gitweb
/
~mdw
/
zone
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
321d716
)
zone.lisp (devrevzone): Remove trailing dot on the zone name.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 25 Mar 2015 21:06:38 +0000
(21:06 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 25 Mar 2015 21:06:38 +0000
(21:06 +0000)
It doesn't help anything, and it screws up the serial-file names.
zone.lisp
patch
|
blob
|
blame
|
history
diff --git
a/zone.lisp
b/zone.lisp
index a90490a1658874e40009e82b00562efd32d36aa4..f3ea23ce849a5273f1f5670f5f7f4f15c734b080 100644
(file)
--- a/
zone.lisp
+++ b/
zone.lisp
@@
-694,8
+694,8
@@
(defmacro defrevzone (head &body zf)
(with-gensyms (ipn)
`(dolist (,ipn (net-parse-to-ipnets ',nets ,family))
(let ((*address-family* (ipnet-family ,ipn)))
- (zone-create `((,(format nil "~A
.
" (reverse-domain ,ipn
-
,prefix-bits))
+ (zone-create `((,(format nil "~A" (reverse-domain ,ipn
+ ,prefix-bits))
,@',(loop for (k v) on args by #'cddr
unless (member k
'(:family :prefix-bits))