# HG changeset patch # User Renee Danson Sommerfeld # Date 1338921477 25200 # Node ID e147132029458fbe52e41907027e9b88fa916cc2 # Parent 7b5d0060108c314e8589996d4030f507176dd879 7173355 quagga packages need to be updated to reflect libdladm changes diff -r 7b5d0060108c -r e14713202945 components/quagga/patches/70-isisd-trill.patch --- a/components/quagga/patches/70-isisd-trill.patch Tue Jun 05 10:44:59 2012 -0700 +++ b/components/quagga/patches/70-isisd-trill.patch Tue Jun 05 11:37:57 2012 -0700 @@ -3094,11 +3094,11 @@ index 0000000..3a38660 --- /dev/null +++ isisd/isis_trill.c -@@ -0,0 +1,2346 @@ +@@ -0,0 +1,2348 @@ +/* + * IS-IS Rout(e)ing protocol - isis_trill.c + * -+ * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved. ++ * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public Licenseas published by the Free @@ -3119,6 +3119,7 @@ +#include +#include +#include ++#include +#include + +#include "thread.h" @@ -5311,7 +5312,8 @@ + dladm_status_t status; + char errmsg[DLADM_STRSIZE]; + -+ if ((status = dladm_open (&dlhandle)) != DLADM_STATUS_OK) ++ if ((status = dladm_open (&dlhandle, NETADM_ACTIVE_PROFILE)) ++ != DLADM_STATUS_OK) + { + zlog_err ("%s: unable to open datalink control: %s", + area->trill->name, dladm_status2str(status, errmsg));