Matthew Dempsky [matt...@dempsky.org] wrote:
>  
>  void
> -add_static_routes(int rdomain, struct option_data *static_routes)
> +add_static_routes(int rdomain, struct in_addr addr, struct in_addr addrmask,
> +    struct option_data *static_routes)
>  {
>       struct in_addr           dest, netmask, gateway;
> -     u_int8_t                 *addr;
> +     u_int8_t                 *data;
...
> +             ensure_direct_route(rdomain, addr, addrmask, gateway);

Did you try to compile this?

Reply via email to