Hi I want to test whether dynamic routing is available or not in openwrt, if not how can I enable it? Does openwrt support dynamic routing by default without installing any related package?
My firmware details-
Dynamic routing usually means using a routing protocol. In (vanilla) OpenWrt there is no routing protocol installed by default AFAIK, unless you count IPv6 NDP Router Advertisement (RA). Odhcp6c acts like an RA client, and odhcpd acts like an RA server. But for a full-featured routing daemon you want to install bird (preferably version 3 or 2) or similar. Or a daemon for a specific routing protocol such as babel.