Results 108 comments of Flávio J. Saraiva

The "Translation Sharing Groups" code in unstable uses a similar concept. It reduces memory by sharing jit-generated code between routers that use the same image.

Unfortunately I don't have any hardware with a processor that supports virtualization technology, therefore I can't play around with KSM. This issue is postponed.

It's good to know that it's easy to implement. I won't code it since I can't test it, but I'll accept a patch or pull request if anyone is willing...

It depends on **what** you want to keep track of... If you're only interested in the `startup-config` and `private-config` files then just get them and compare? Don't know the specifics,...

You're welcome. Feel free to make more issues like this, with stuff you want from dynamips. =)

Not sure how hard it is to get running-config from RAM, will need to check the filesystem format being used. But I feel uneasy about adding this... dynamips should be...

For pooling I already added 'vm get_status instance_name' in cd1949ec.

I want to add events, but that's for the next milestone. :smile:

Thanks for reporting. =) I'm able to reproduce it: - add two c1700 routers with WIC-1T - connect the f0 and s0 interfaces of the routers - configure interfaces and...

After analyzing a packet capture of the serial link there is a keep-alive packet ([cHDLC, SLARP](http://en.wikipedia.org/wiki/Cisco_HDLC#SLARP_Keep-Alive_frame_structure)) that is sent between the routers and used to know if the line is...