1. 21 Jul, 2016 3 commits
    • - Reverting iteration through meta instructions to earlier mode
      	Assuming instructions appear in the order they were added
      - Saving explicitly provided VlanId to new variable modifiedVlan:
      	modifiedVlan is the value to be used when modifying existing tag
      	assignedVlan is the value to be pushed to untagged packets
      	pushedVlan is the value to be pushed to tagged packets (i.e. when pushVlan == true)
      - Extra checks added for the following cases:
      	Do not allow to pop tag after modifying existing tag
      	Do not allow to modify a tag after pushing a new tag
      	Do not allow including multiple modify VLAN operations
      
      Change-Id: I92801e3845a2ca1e88181698cb0ba3c22224acf4
      Konstantinos Kanonakis authored
    • Also implemented equals, hashCode, and toString for GatewayNode.
      
      Change-Id: I4c487cafa263833701c5790b2057c1d9c23e33bf
      Hyunsun Moon authored
    • Change-Id: Ibc47a296f7ecf9c68b78a6484acadb82d0d20b2f
      Jian Li authored
  2. 20 Jul, 2016 15 commits
  3. 19 Jul, 2016 3 commits
  4. 18 Jul, 2016 5 commits
  5. 16 Jul, 2016 6 commits
  6. 15 Jul, 2016 6 commits
  7. 14 Jul, 2016 2 commits
    • - Add the following commands for FJ OLT
        volt-onus <netconf:target> <ONU ID>
        volt-setonu <netconf:target> <ONU-ID:parameter type:parameter value>
        volt-onustats <netconf:target> {ONU-ID}
        volt-rebootonu <netconf:target> <ONU-ID>
        volt-ethloopback <netconf:target> <ONU-ETH-ID[:loopback mode]>
      - Add the method of doUserRpc() in Netconfsession/NetconfSessionImpl
         *If you dont allow to implement the method, i can move it to our XmlUtility method.
      - Add new behaviours in /core/.../net/behaviour, and @Beta in the interface.
      - Move those behaviour interface to fujitsu driver directory.
         * VoltPonLinkConfig.java as well.
      - Update fujitsu-drivers.xml
      - Change the method name from doUserRpc to doWrappedRpc
      
      Change-Id: Ic39d3a11ba35d2377e552af097eda65c5554c63f
      Akihiro Yamanouchi authored
    • Change-Id: I23f17b125498fbc5a615498815f862b3544bea34
      Ray Milkey authored