Add OpenFlow listen address to standalone configuration

In standalone configuration, the local controller needs to specify
on which address it is listening.

One scenario is in case the local controller is containerised.
Dragonflow informs OVS where the controller is listening, and
then OVS knows where to connect to the controller.

Related-Bug: #1778007
Change-Id: I4b4cdae3aa848aa02a8148a9d47f6262f707e0ce
This commit is contained in:
Omer Anson 2018-09-02 20:52:26 +03:00
parent 945b1e368c
commit e4f9953362
1 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,5 @@ metadata_interface = tap-metadata
port = 18080
ip = 169.254.169.254
[df_ryu]
of_listen_address = LOCAL_IP