[Xorp-users] how to start dummy_fea

Atanu Ghosh atanu at ICSI.Berkeley.EDU
Thu Aug 30 08:40:43 PDT 2007


Hi,

In the templates directory run this script:
--------------------------------------------------
#!/bin/sh

for i in *
do
    if grep xorp_fea $i
    then
    ed $i <<\EOF
1,$s/xorp_fea/xorp_fea_dummy/g
wq
EOF
    fi
done
--------------------------------------------------

This is part of the script tests/install_templates.sh, by the way we
noticed that Fedora Core 5 does not have ed installed.

	Atanu.

>>>>> "arvind" == arvind  <arvind at macil.in> writes:

    arvind> Hello everyone, while i started my xorp_rtrmgr with a simple
    arvind> program, it automatically starts the xorp_fea. But i need
    arvind> xorp_fea_dummy to be run instead of xorp_fea.

    arvind> can any one give solution for this?

    arvind> _______________________________________________ Xorp-users
    arvind> mailing list Xorp-users at xorp.org
    arvind> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users



More information about the Xorp-users mailing list