1. 03 Feb, 2015 5 commits
  2. 02 Feb, 2015 7 commits
  3. 01 Feb, 2015 1 commit
  4. 31 Jan, 2015 2 commits
  5. 30 Jan, 2015 17 commits
  6. 29 Jan, 2015 8 commits
    • …headers while the body will scroll.
      
      Change-Id: Ia1fed45e8da28375df3c34c068104802739e3c11
      Bri Prebilic Cole authored
    • Change-Id: I86e1bab3815b8dfabdfbd1e5f3f773b37b2f1ca9
      Simon Hunt authored
    • - added GlyphService.addGlyph().
      - added SvgUtilService.translate().
      
      Change-Id: I0bbc51a8f1d9c24b8b4f1377236570070da6f160
      Simon Hunt authored
    • - included CSS for light/dark themes.
      - Removed height from panel default settings.
      - Fixed 'restart' bug in mock server - (renamed to mockserver.js)
      
      Change-Id: I615299e6f8f07843edb074050b7450eea501bfbb
      Simon Hunt authored
    • …ace to support multiple-table aware FlowRuleService.
        Other changes are caused due to the new method.
      Add type() in FlowRule interface to determine the table in which the flow rule need to be set.
      
      Change-Id: I6518a01f4a5fba23f09f70b619f3844b5e33ce8f
      sangho authored
    •  * Fix a bug in the storing, handling and verification of the AS numbers
         with 4 octet AS capability is used.
      
       * Add an unit test to test the decoding and parsing of supported
         BGP Capabilities: Multiprotocol Extensions AFI/SAFI, and 4 octet AS.
      
       * Minor refactoring of the BGP unit test framework.
      
      Change-Id: I474b356bc00369c307ac0c5c214b065c1cc0c52c
      Pavlin Radoslavov authored
    • Moved the local and remote BGP session info to a separate class BgpSessionInfo.
      No functional changes.
      
      Also, removed methods TestBgpPeerChannelHandler.prepareBgpKeepalive(),
      prepareBgpNotification() and prepareBgpMessage() from the unit tests.
      Instead, use the corresponding methods in the BGP implementation itself
      to generate the BGP messages.
      
      Change-Id: I7f4b6ad4f6995c242cd8a9848ea527b1fcac9c11
      Pavlin Radoslavov authored
    •   - Number of devices per ONOS instance.
        - Number of ports on the devices. This value is global.
      
      The islands created by each instances' providers are joined together
      in a chain (circle).
      
      Reference : ONOS-860
      
      Change-Id: I875ad1fbc1d4441869373c25de2ae5b62838e0d4
      Ayaka Koshibe authored