diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 13:07:08 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-07-22 13:07:08 -0700 |
| commit | c8ed14ddb63a0ecbab5835ce2bb044afbc15895d (patch) | |
| tree | 59ac029713ed5582789a3769a4bde20c88b2a6b9 /zebra/interface.c | |
| parent | 28066f4bccdd5449908e97af4465b73202d7256f (diff) | |
ptm-integration.patch
Integrates Prescriptive Topology Module(ptm) into quagga.
If this module is enabled, link ups are notified only after the link is verified
as being connected to the neighbor specified. The neighbor specification and
checking is done by the ptm daemon.
<This is a recommit of this patch because it was changed in situ>
Diffstat (limited to 'zebra/interface.c')
| -rw-r--r-- | zebra/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/interface.c b/zebra/interface.c index 3d3ced3ff8..70cdf36f8a 100644 --- a/zebra/interface.c +++ b/zebra/interface.c @@ -63,7 +63,7 @@ if_zebra_new_hook (struct interface *ifp) zebra_if->multicast = IF_ZEBRA_MULTICAST_UNSPEC; zebra_if->shutdown = IF_ZEBRA_SHUTDOWN_OFF; - ifp->ptm_enable = ptm_enable; + ifp->ptm_enable = zebra_ptm_get_enable_state(); #ifdef RTADV { /* Set default router advertise values. */ |
