darcs-hash:20081210212126-af139-9f13d49c6df2c6434ed55fdee0aaf881a3fe59a7.gz
This commit is contained in:
Jeremie Dimino 2008-12-10 22:21:26 +01:00
parent 009f950931
commit cc84d46fb5
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ if not has("dns-secondary-no-forward"):
@
if not has("vlan-radin"):
@ allow-recursion {"localnets"; "cransadm"; "crans";};
else
else:
@ allow-recursion {"localnets"; "cransadm"; "crans"; "radins";};
@};

View file

@ -21,7 +21,7 @@ def admip():
return admipof(hostname)
def radinip():
if has("vlan-radin")::
if has("vlan-radin"):
return '10.42.0.1'
else:
raise NotImplementedError, "Ce serveur n'a rien à faire sur le VLAN radin"