Uploaded image for project: 'ONOS'
  1. ONOS
  2. ONOS-3452

let reactive routing support IPv4 default route 0.0.0.0/0

    XMLWordPrintable

    Details

    • Type: Story
    • Status: Closed (View Workflow)
    • Priority: Minor
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: 1.6.0
    • Component/s: None
    • Labels:
      None
    • Story Points:
      2
    • Epic Link:
    • Sprint:
      Goldeneye Gold Sprint #2

      Description

      Before move reactive routing to new config-subsystem, this function does not work. Since there is no flow for host inside SDN network to go to the default peer router(which announced 0.0.0.0)

      But I just setup the environment test again, it just works. Why it just works? because when move to the new config system, I changed a function:
      SDN-IP treats all the interfaces equal, did not diff which are external interfaces to peers, which are internal to hosts inside SDN network.

      SDN-IP app used only install flows for interfaces connected to peer with sdn-ip.json and addresses.json. The rest internal interfaces which are configured with IP prefixes, SDN-IP app does not care. Since right now, when we config the internal interfaces inside network-cfg.json, SDN-IP will treat them as equal. So when SDN-IP receives 0.0.0.0, it also installs flows for the internal interfaces.

      So finally, I do not need to right new code to let it work.

        Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

            Assignee:
            pingping-lin Pingping Lin
            Reporter:
            pingping-lin Pingping Lin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: