chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a4d8cae
)
local.m4: Promote the NTP server configuration to a proper variable.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 5 Mar 2012 23:27:37 +0000
(23:27 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 5 Mar 2012 23:54:59 +0000
(23:54 +0000)
local.m4
patch
|
blob
|
blame
|
history
diff --git
a/local.m4
b/local.m4
index 399e69c0c0739376e3d782115d1181ba1ceb5d59..987cf739df2082e75df9a49e870ccb7479a81cb5 100644
(file)
--- a/
local.m4
+++ b/
local.m4
@@
-21,6
+21,15
@@
### along with this program; if not, write to the Free Software Foundation,
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
### along with this program; if not, write to the Free Software Foundation,
### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+###--------------------------------------------------------------------------
+### Local configuration.
+
+m4_divert(6)m4_dnl
+## Default NTP servers.
+defconf(ntp_servers,
+ "158.152.1.76 158.152.1.204 194.159.253.2 195.173.57.232")
+
+m4_divert(-1)
###--------------------------------------------------------------------------
### Packet classification.
###--------------------------------------------------------------------------
### Packet classification.
@@
-55,8
+64,6
@@
defiface $if_iodine untrusted:172.29.198.128/28
defiface $if_its_mz safe:172.29.199.160/30
defiface $if_its_pi safe:192.168.0.0/24
defiface $if_its_mz safe:172.29.199.160/30
defiface $if_its_pi safe:192.168.0.0/24
-## Default NTP servers.
-ntp_servers="158.152.1.76 158.152.1.204 194.159.253.2 195.173.57.232"
m4_divert(80)m4_dnl
###--------------------------------------------------------------------------
m4_divert(80)m4_dnl
###--------------------------------------------------------------------------