Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Update git submodules
Browse files Browse the repository at this point in the history
* Update src/sonic-mgmt-framework from branch 'broadcom_sonic'
  to 24b61be3edec79581ada1a005019ddec65c1a8c2
  - Merge "[JIRA SONIC-10470]merge sonic-mgmt-framework dell_sonic --> broadcom_sonic 11142019" into broadcom_sonic
  - [JIRA SONIC-10470]merge sonic-mgmt-framework dell_sonic --> broadcom_sonic 11142019
    
    Change-Id: Ib28ac50292232eef3728b7e8ba45c04a4d6db937
    
  - Merge pull request sonic-net#270 from project-arlo/host-service-fix
    
    Fix DBus registration for host modules
  - Merge pull request sonic-net#260 from project-arlo/rest-server-profiling
    
    Ability to start/stop profiling
  - Merge pull request sonic-net#271 from project-arlo/transformer-phase2
    
    Merge Transformer phase2 branch
    - sub-operation support to allow custom callbacks to add additional data update with a sub-op
    - nested subtree transformer support to allow scoped subtree callbacks along the YANG path
    In handling openconfig yang modules, there can be multiple subtree callbacks, each one having a separate scope for handling translation. 
    - txCache  to the strcuct XfmrParams
    . allow developers to allocate and pass the cache to the xfmr callbacks, it can be used for app logic optimization 
  - revert unexpected changes
    
  - Merge branch 'master' into transformer-phase2
    
  - Merge branch 'transformer-phase2' of https://github.com/project-arlo/sonic-mgmt-framework into transformer-phase2
    
  - Populate inParams.requestUri in formXfmrInputRequest()
    
  - Return mod_name in register callback
    
    This will now use the returned value from the callback as the module name
    
  - Fix DBus registration for host modules
    
    Prior to this change, a second host module Python file would cause the
    host service to fail to start, since it would be unable to register
    against the DBus endpoint. The fix is to add an additional path, e.g.
    `/org/SONiC/HostService/ztp`, during the registration step. This change
    also adds a fix in hostQuery function to send the request to the correct
    endpoint.
    
  - unmarshal json to dbData by checking YANG type (SNC-2243)
    
  - added descriptive comment for inParams.requestUri
    
  - support to pass original/incoming/request uri(uri which is used in the
    query) in inParams - fix for IP removal for portchannel/VLAN  &  Disassociation of port-channel from VLAN
    
  - Load schema only once
    
  - Modify goyang.patch to add new file entry
    
  - code change to load schema once to enhance performance
    
  - Ability to start/stop profiling
    
  - Get: Do not add empty map to result Table.
    
  - Fix resetting the leaf-list field deleted
    
  - optimize to remove duplicates in input table list when creating tables to watch
    
  - Sub oper support - in common_app sort tables as per dependencies for
    only tables in Xfmr 3D Map per opeartion
    
  - Correct the error log
    
  - CommonApp chnages for sub oper handling
    
  - sub oper support for delete
    
  - Signature change to include suboperDataMap in InParams for xfmr functions
    
  - removed null field check and made change to load the schema once
    
  - Merge branch 'transformer-phase2' of https://github.com/project-arlo/sonic-mgmt-framework into transformer-phase2
    
  - added fix to avoid addtional parent-table being added for create operation
    
  - Fixed issue of not going through all result tables frm transformer 3D
    map in GetTablesToWatch
    
  - Fix "/" in key value for RemoveXpathPredicate function
    
  - Call subtree transformer incase of inherited subtree at terminal node
    level
    
  - GET case - Added support for data-type conversion for key leaf(s) for
    sonic yang
    
  - Merge branch 'transformer-phase2' of https://github.com/project-arlo/sonic-mgmt-framework into transformer-phase2
    
  - support for nested subtree xfmr invoke
  • Loading branch information
Sonic Build authored and Gerrit Code Review committed Nov 15, 2019
1 parent 7e36286 commit db3a0b7
Showing 1 changed file with 1 addition and 1 deletion.