Hi, i want to implement a small routing table for my learning? I know it is implemented using radix/
- by aks
Hi, i want to implement a small routing table for my learning? I know it is implemented using radix/patricia tree in routers?
Can someone give me an idea on how to go about implementing the same?
The major issue i feel is storing IP ADDRESS.
For example : 10.1.1.0 network next hop 20.1.1.1
10.1.0.0 network next hop 40.1.1.1
Can…