summaryrefslogtreecommitdiff
path: root/zebra/zebra_pw.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-12-04 09:06:09 -0500
committerGitHub <noreply@github.com>2017-12-04 09:06:09 -0500
commit0e21e01c4fb79356a52f1ab0b19b14024e89b0a4 (patch)
tree9c3670fcd7a835ddbccae4bf3b71427f06489466 /zebra/zebra_pw.c
parent6bbda63df7eb3dc89c84869ec36fc53432f4828a (diff)
parentcddef813e1fee33937d1e56fce84f708e17a4aa6 (diff)
Merge pull request #1500 from opensourcerouting/ldpd-fixes
ldpd: small improvements
Diffstat (limited to 'zebra/zebra_pw.c')
-rw-r--r--zebra/zebra_pw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_pw.c b/zebra/zebra_pw.c
index d3492fb41c..bbd01a759e 100644
--- a/zebra/zebra_pw.c
+++ b/zebra/zebra_pw.c
@@ -73,7 +73,7 @@ struct zebra_pw *zebra_pw_add(struct zebra_vrf *zvrf, const char *ifname,
pw->protocol = protocol;
pw->vrf_id = zvrf_id(zvrf);
pw->client = client;
- pw->status = PW_STATUS_UP;
+ pw->status = PW_STATUS_DOWN;
pw->local_label = MPLS_NO_LABEL;
pw->remote_label = MPLS_NO_LABEL;
pw->flags = F_PSEUDOWIRE_CWORD;