* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: confparser.y.dirty,v 1.44.2.10 2001/07/17 07:36:03 marka Exp $ */
+/* $Id: confparser.y.dirty,v 1.44.2.11 2003/09/01 06:01:12 marka Exp $ */
#include <config.h>
$$ = $2;
}
}
-
+ ;
rrset_ordering_element: ordering_class ordering_type ordering_name
L_ORDER L_STRING
isc_mem_free(memctx, $5);
isc_mem_free(memctx, $3);
}
-
+ ;
transfer_format: L_ONE_ANSWER
{
$$ = isc_boolean_true;
}
}
+ ;
notify_setting: yea_or_nay
{
isc_mem_free(memctx, $1);
$$ = cl;
}
+ ;
wild_class_name: any_string
{
isc_mem_free(memctx, $1);
$$ = cl;
}
+ ;
optional_class: /* Empty */
{
ip6_address: L_IP6ADDR
{
isc_sockaddr_fromin6(&$$, &$1, 0);
- };
-
+ }
+ ;
ip_prefix: ip4_address | ip4_prefix | ip6_address
;
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: protocol.c,v 1.32.4.2 2003/08/29 07:08:32 marka Exp $ */
+/* $Id: protocol.c,v 1.32.4.3 2003/09/01 06:01:12 marka Exp $ */
/*
* Functions supporting the object management protocol.
/*
* Make up an initial transaction ID for this connection.
- * XXXDCL better generator than random()?
*/
isc_random_get(&p->next_xid);