]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/dhcp/dhcp-garbage-chars.patch
Merge remote-tracking branch 'mfischer/slang' into next
[people/pmueller/ipfire-2.x.git] / src / patches / dhcp / dhcp-garbage-chars.patch
1 diff -up dhcp-4.3.0rc1/common/tables.c.garbage dhcp-4.3.0rc1/common/tables.c
2 --- dhcp-4.3.0rc1/common/tables.c.garbage 2014-01-29 10:03:52.132624677 +0100
3 +++ dhcp-4.3.0rc1/common/tables.c 2014-01-29 10:04:51.413875343 +0100
4 @@ -213,7 +213,7 @@ static struct option dhcp_options[] = {
5 { "name-service-search", "Sa", &dhcp_universe, 117, 1 },
6 #endif
7 { "subnet-selection", "I", &dhcp_universe, 118, 1 },
8 - { "domain-search", "Dc", &dhcp_universe, 119, 1 },
9 + { "domain-search", "D", &dhcp_universe, 119, 1 },
10 { "vivco", "Evendor-class.", &dhcp_universe, 124, 1 },
11 { "vivso", "Evendor.", &dhcp_universe, 125, 1 },
12 #if 0