diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2017-08-01 20:16:28 -0300 |
|---|---|---|
| committer | Renato Westphal <renato@opensourcerouting.org> | 2017-08-01 21:12:13 -0300 |
| commit | 1a99ca998dd05c41d4068ace4ca3ef8ac4ba309c (patch) | |
| tree | 5e9e78836c9c6db2f74ac8eb99e17cfeffb15829 /zebra/zebra_rnh.c | |
| parent | dc4ccdd901047789f1a7075860d4874de1c12549 (diff) | |
zebra: add support for static pseudowires
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_rnh.c')
| -rw-r--r-- | zebra/zebra_rnh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rnh.c b/zebra/zebra_rnh.c index ff3b94a25b..d5ebbbc466 100644 --- a/zebra/zebra_rnh.c +++ b/zebra/zebra_rnh.c @@ -348,7 +348,7 @@ zebra_deregister_rnh_pseudowire (vrf_id_t vrf_id, struct zebra_pw *pw) { struct rnh *rnh; - rnh =pw->rnh; + rnh = pw->rnh; if (!rnh) return; |
