5.6.5.8. vlcp.service.sdn.l3router

Note

This document is generated from the source file.

View Source on GitHub

class vlcp.service.sdn.l3router.ARPRequest(*args, **kwargs)
class vlcp.service.sdn.l3router.L3Router(server)

L3 connectivities with virtual router.

__init__(server)

Constructor

class vlcp.service.sdn.l3router.RouterUpdater(connection, parent)
__init__(connection, parent)

Create the routine container.

Parameters:
  • scheduler – The scheduler. This must be set; if None is used, it must be set with container.bind(scheduler) before using.
  • daemon – If daemon = True, the main routine container.main is set to be a daemon routine. A daemon routine does not stop the scheduler from quitting; if all non-daemon routines are quit, the scheduler stops.
main()

The main routine method, should be rewritten to a generator method