]> git.puffer.fish Git - matthieu/frr.git/commit
Zebra: Fix ptm-enable config failure on internally created interfaces
authorradhika <radhika@cumulusnetworks.com>
Tue, 1 Aug 2017 17:10:35 +0000 (10:10 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 May 2018 23:24:15 +0000 (19:24 -0400)
commita2023fab273dd7cf34a3a9fed1361b7c25c65bb0
tree53be8ec4713834452dc26341597ecb81b2b1e840
parent6c0a6053555440eda670c3fbc4238b45f625f4db
Zebra: Fix ptm-enable config failure on internally created interfaces

Ticket: CM-15658
Reviewed By: CCR-6534
Testing Done: Unit

Issue: frr ptm-enable command not working for interfaces that have been created by frr as a place holder.

Root Cause: The ptm-enable on interface configuration was not getting stored when the interface was internally created by frr.

Fix: Store the ptm-enable configuration even if the interface is internally created.

Signed-off-by: Radhika Mahankali <radhika@cumulusnetworks.com>
zebra/zebra_ptm.c