vpn: Do not do mixed declerations and code

gcc complains 'struct vpn_route' is declared within the code section.
By declaring it at the begin of the function we can also avoid the
additional helper variables.
1 file changed