[Xorp-users] Re: rtrmgr { load-http-command }

Tim Durack tdurack@gmail.com
Fri, 28 Oct 2005 17:21:27 -0400


I spoke to soon.

curl works (default is to write to stdout)
wget doesn't (default is to write to file) - I was setting "-O -" to
force stdout.

Tim:>

On 10/28/05, Tim Durack <tdurack@gmail.com> wrote:
> Is the load-http functionality fully-baked?
>
> rtrmgr {
>        load-http-command: "wget"
>        load-http-command-args: "-q"
>    }
>
> XORP> load http://192.168.1.253/xen1.config
> Load done.
> [edit]
> XORP> show
>
> My web server shows the config being pulled, but XORP shows a blank
> config afterwards.
>
> It would be great if this worked, then my Xen/XORP lab would bootstrap
> nicely :-)
>
> Tim:>
>