From: Stephen Gran Date: Mon, 9 Nov 2009 22:13:23 +0000 (+0000) Subject: um, the point of splitting out reservedaddrs was for ball. Explicitly giving it... X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=da2b5ed6cbe135cc1c3dd6cfbceaf11e6be80e0e;p=mirror%2Fdsa-puppet.git um, the point of splitting out reservedaddrs was for ball. Explicitly giving it the default list is probably not useful Signed-off-by: Stephen Gran --- diff --git a/modules/debian-org/misc/local.yaml b/modules/debian-org/misc/local.yaml index ecb3715ff..8490db6f7 100644 --- a/modules/debian-org/misc/local.yaml +++ b/modules/debian-org/misc/local.yaml @@ -236,6 +236,6 @@ host_settings: kassia.debian.org: 587 piatti.debian.org: 2025 reservedaddrs: - ball.debian.org: "0.0.0.0/8 : 127.0.0.0/8 : 10.0.0.0/8 : 169.254.0.0/16 : 172.16.0.0/12 : 192.0.0.0/17 : 192.168.0.0/16 : 224.0.0.0/4 : 240.0.0.0/5 : 248.0.0.0/5" + ball.debian.org: "0.0.0.0/8 : 127.0.0.0/8 : 169.254.0.0/16 : 172.16.0.0/12 : 192.0.0.0/17 : 192.168.0.0/16 : 224.0.0.0/4 : 240.0.0.0/5 : 248.0.0.0/5" ---