Skip to content

Hub is not working #125

@i1ya

Description

@i1ya

addSwitch(node_id, cls=IPSwitch, stp=False, hub=True) - is not working.

In https://github.com/cnp3/ipmininet/blob/master/ipmininet/ipswitch.py#L34 you have:
self.cmd('brctl setageing 0', self)

But right will be:
self.cmd('brctl setageing ', self, ' 0')

See for details: https://techglimpse.com/convert-linux-bridge-hub-vm-interospection/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions