Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upActivate children RIBs when attaching only if parent is active #310
Conversation
33a186d
to
2b5fac9
I wanted to prepare RIBs hierarchy in advance without attaching parent router but I found out children RIBs get activated on
attachChildeven though parent RIB isn't.Was there any specific reason it was done this way?