From 93ae7948db5ccc70795fa4e9346bd9dffb110f24 Mon Sep 17 00:00:00 2001 From: Jeremy Thomerson Date: Wed, 13 Jun 2012 10:09:49 +0300 Subject: add dhcp service --- json/services.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/json/services.json b/json/services.json index ff1e82b..ab098e5 100644 --- a/json/services.json +++ b/json/services.json @@ -1,11 +1,12 @@ { "service": { - "babel": { "proto": "tcp", "port": 6697 }, + "babel": { "proto": "tcp", "port": 6697 }, "bgp": { "proto": "tcp", "port": 179 }, "dns": [ { "proto": "udp", "port": 53 }, { "proto": "tcp", "port": 53 } ], + "dhcp": { "proto": "udp", "port": [ 67, 68 ] }, "gre": { "proto": "gre" }, "http": { "proto": "tcp", "port": 80 }, "https": { "proto": "tcp", "port": 443 }, -- cgit v1.2.3