Re-work the routing layer #20
Labels
breaking changes
Breaking changes
emulator
Issues related to the SEED emulator
enhancement
New feature or request
Milestone
The routing layer provides the base routing support for other routing protocol layers like OSPF and BGP. Currently, to put a network into the routing daemon's RIB, we use the
addDirect
call on the routing layer instance.A better way to handle direct networks is to make
direct
an attribute of the network object. Instead of callingaddDirect
on every network, one can specify that they want the network to be added to RIB when doingas.createNetwork
. (or maybe even default to direct unless the users set otherwise?)This is a breaking change and being worked on on the
routing-rework
branch.addDirect
from routing layerdirect
attribute to networks.AS::createNetwork
addDirect
calls from examples.direct
increateNetwork
of AS.The text was updated successfully, but these errors were encountered: