[Xorp-hackers] patch for bug 596: Single node operational commands do not recognize optiona...

Pavlin Radoslavov pavlin@icir.org
Mon, 17 Apr 2006 16:29:06 -0700


> I've attached a patch for this bug. It's small enough that I'll just 
> include it in the body of the email:

Fix applied to CVS:

1.129     +2 -1;  commitid: af56444423f17ea6;  xorp/rtrmgr/cli.cc

Thanks,
Pavlin

> 
> [mike@zeus rtrmgr]$ diff cli.cc cli.cc_new -Naur
> --- cli.cc      2006-04-16 19:32:57.000000000 +0000
> +++ cli.cc_new  2006-04-16 19:32:40.000000000 +0000
> @@ -658,6 +658,9 @@
>          command_vector_name.push_back(ccm.command_name());
>          com1->set_global_name(command_vector_name);
>          com1->set_can_pipe(ccm.can_pipe());
> +
> +       com1->set_default_nomore_mode(ccm.default_nomore_mode());
> +
>          com1->set_type_match_cb(ccm.type_match_cb());
>          // Set the callback to generate the node's children
>          com1->set_dynamic_children_callback(
> 
> Thanks!
> 
> Mike Larson
> Vyatta
> 
> _______________________________________________
> Xorp-hackers mailing list
> Xorp-hackers@icir.org
> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers