Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 710194
Collapse All | Expand All

(-)file_not_specified_in_diff (-10 / +3 lines)
Line  Link Here
0
-- a/client/dhclient.c
0
++ b/client/dhclient.c
Lines 83-90 Link Here
83
static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/";
83
static const char url [] = "For info, please visit https://www.isc.org/software/dhcp/";
84
#endif /* UNIT_TEST */
84
#endif /* UNIT_TEST */
85
85
86
u_int16_t local_port = 0;
87
u_int16_t remote_port = 0;
88
#if defined(DHCPv6) && defined(DHCP4o6)
86
#if defined(DHCPv6) && defined(DHCP4o6)
89
int dhcp4o6_state = -1; /* -1 = stopped, 0 = polling, 1 = started */
87
int dhcp4o6_state = -1; /* -1 = stopped, 0 = polling, 1 = started */
90
#endif
88
#endif
91
-- a/relay/dhcrelay.c
89
++ b/relay/dhcrelay.c
Lines 95-103 Link Here
95
       forward_untouched,	/* Forward without changes. */
95
       forward_untouched,	/* Forward without changes. */
96
       discard } agent_relay_mode = forward_and_replace;
96
       discard } agent_relay_mode = forward_and_replace;
97
97
98
u_int16_t local_port;
99
u_int16_t remote_port;
100
101
/* Relay agent server list. */
98
/* Relay agent server list. */
102
struct server_list {
99
struct server_list {
103
	struct server_list *next;
100
	struct server_list *next;
104
-- a/server/mdb.c
101
++ b/server/mdb.c
Lines 67-74 Link Here
67
67
68
int numclasseswritten;
68
int numclasseswritten;
69
69
70
omapi_object_type_t *dhcp_type_host;
71
72
isc_result_t enter_class(cd, dynamicp, commit)
70
isc_result_t enter_class(cd, dynamicp, commit)
73
	struct class *cd;
71
	struct class *cd;
74
	int dynamicp;
72
	int dynamicp;

Return to bug 710194