Persistent routes with CreateIPForwardEntry possible?
Hi all,
I've already managed to add routing table entries using the CreateIPForwardEntry API call, but I can't find any info here/on the Internet with regards to persistent routes and the MIB_IPFORWARDROW structure (see http://www.pinvoke.net/default.aspx/...ORWARDROW.html) or the API call.
If it's not possible to create persistent routes using that API call, I would appreciate it if someone could provide me with an alternative. Otherwise I'll just resort to "route.exe -p add ..."
Thanks in advance
Chris
Re: Persistent routes with CreateIPForwardEntry possible?
There are no available API calls to add persistent routes.
I've only found Windows registry entries where the persistent routes are located, but you can't add persistent routes by simply modifying the registry.
See http://technet.microsoft.com/en-us/l.../bb726981.aspx