Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T0 devices will now receive routes containing one occurence of their … #271

Merged
merged 1 commit into from
Feb 7, 2017

Conversation

jleveque
Copy link
Contributor

@jleveque jleveque commented Feb 7, 2017

… own ASN

@stcheng stcheng merged commit 522585a into master Feb 7, 2017
@stcheng stcheng deleted the jolevequ/t0_allowas branch February 7, 2017 08:28
lguohan pushed a commit that referenced this pull request Dec 22, 2017
…IC (#1245)

* Add switch ASIC vendor and platforms for Nephos

- What I did
Add switch ASIC vendor: Nephos
Add Nephos platforms: Ingrasys S9130-32X, Ingrasys S9230-64X

- How I did it
Add platform/nephos files
Add platform/nephos/sonic-platform-modules-ingrasys submodule
Add device/ingrasys/x86_64-ingrasys_s9130_32x-r0 files
Add device/ingrasys/x86_64-ingrasys_s9230_64x-r0 files
Add SONiC to support Nephos platform

- How to verify it
To build SONiC installer image and docker images, run the following commands:
make configure PLATFORM=nephos
make target/sonic-nephos.bin
Check system and network feature is worked as well

- Description for the changelog
Add switch ASIC vendor and platforms for Nephos

- A picture of a cute animal (not mandatory but encouraged)

Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>

* Advance sonic-sairedis submodule to include #271 (Add Nephos ASIC)
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
seiferteric pushed a commit to project-arlo/sonic-buildimage that referenced this pull request Nov 25, 2019
* 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
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
SAI_BUFFER_PROFILE_THRESHOLD_MODE_DYNAMIC/STATIC attribute is required
in order to set the corresponding threshold values.
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
-What I did
    Add switch ASIC vendor: Nephos

- How I did it
    Add switch configuration file for Nephos

- How to verify it
    Check switch ports has been created and worked as well

- Description for the changelog
    Add switch ASIC vendor for Nephos

Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
judyjoseph added a commit that referenced this pull request Apr 11, 2022
2135269 (HEAD -> 202111, origin/202111) [SSD]Enhance ssd_generic with more error handling to avoid python crash #271
393fbee [SSD Generic] Add support for parsing nvme ssd model, health and temperature (#265)
sg893052 pushed a commit to sg893052/sonic-buildimage that referenced this pull request Apr 25, 2022
Modified the test cases as per the latest HLD
vdahiya12 added a commit that referenced this pull request Jul 6, 2022
the following commits are added in sonic-platform-daemons

e03d6a9 (HEAD -> 202205, origin/202205) [ycabled][grpc] Fix some time
interval,options for grpc keep alive to work (#271)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
vdahiya12 added a commit to vdahiya12/sonic-buildimage that referenced this pull request Jul 6, 2022
the following commits are added in sonic-platform-daemons

e03d6a9 (HEAD -> 202205, origin/202205) [ycabled][grpc] Fix some time
interval,options for grpc keep alive to work (sonic-net#271)

Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
yxieca added a commit to yxieca/sonic-buildimage that referenced this pull request Jul 7, 2022
utilities:
* 9f496a0 2022-07-06 | Update load minigraph to load backend acl (sonic-net#2236) (HEAD -> 202205, github/202205) [Neetha John]
* ea938e3 2022-07-07 | Add support for IP interface loopback action (sonic-net#2192) [Lior Avramov]
* a0b04de 2022-07-07 | [show] add new CLI to show tunnel route objects (sonic-net#2255) [Jing Zhang]

platform-daemon:
* e03d6a9 2022-07-06 | [ycabled][grpc] Fix some time interval,options for grpc keep alive to work (sonic-net#271) (HEAD -> 202205, github/202205) [vdahiya12]

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca added a commit that referenced this pull request Jul 9, 2022
utilities:
* 9f496a0 2022-07-06 | Update load minigraph to load backend acl (#2236) (HEAD -> 202205, github/202205) [Neetha John]
* ea938e3 2022-07-07 | Add support for IP interface loopback action (#2192) [Lior Avramov]
* a0b04de 2022-07-07 | [show] add new CLI to show tunnel route objects (#2255) [Jing Zhang]

platform-daemon:
* e03d6a9 2022-07-06 | [ycabled][grpc] Fix some time interval,options for grpc keep alive to work (#271) (HEAD -> 202205, github/202205) [vdahiya12]

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
jaganbal-a pushed a commit to jaganbal-a/sonic-buildimage_plat_daemon that referenced this pull request Jul 21, 2022
sonic-platform-daemon submodule update
005ec30 [ycabled] remove some redundant logging for active-active cable type (sonic-net#274)
e889625 [ycabled][grpc] Fix some time interval,options for grpc keep alive to work (sonic-net#271)
1651050 [ycabled] add some retry logic for gRPC channel setup;fix no channel gRPC notification (sonic-net#269)
7c0be24 [CMIS]Improved 400G link bring up sequence (sonic-net#254)
df447b4 [ycabled] Fix the init values for active-active ports (sonic-net#266)
ec84af4 [sonic-ycabled] fix grpc logic for timeout,cli HWSTATUS value retrival logic for active-active cable (sonic-net#264)
prgeor pushed a commit that referenced this pull request Jul 25, 2022
sonic-platform-daemon submodule update
005ec30 [ycabled] remove some redundant logging for active-active cable type (#274)
e889625 [ycabled][grpc] Fix some time interval,options for grpc keep alive to work (#271)
1651050 [ycabled] add some retry logic for gRPC channel setup;fix no channel gRPC notification (#269)
7c0be24 [CMIS]Improved 400G link bring up sequence (#254)
df447b4 [ycabled] Fix the init values for active-active ports (#266)
ec84af4 [sonic-ycabled] fix grpc logic for timeout,cli HWSTATUS value retrival logic for active-active cable (#264)

Co-authored-by: Jaganathan Anbalagan <jaganbal@cisco.com>
skbarista pushed a commit to skbarista/sonic-buildimage that referenced this pull request Aug 17, 2022
…t#11384)

utilities:
* 9f496a0 2022-07-06 | Update load minigraph to load backend acl (sonic-net#2236) (HEAD -> 202205, github/202205) [Neetha John]
* ea938e3 2022-07-07 | Add support for IP interface loopback action (sonic-net#2192) [Lior Avramov]
* a0b04de 2022-07-07 | [show] add new CLI to show tunnel route objects (sonic-net#2255) [Jing Zhang]

platform-daemon:
* e03d6a9 2022-07-06 | [ycabled][grpc] Fix some time interval,options for grpc keep alive to work (sonic-net#271) (HEAD -> 202205, github/202205) [vdahiya12]

Signed-off-by: Ying Xie <ying.xie@microsoft.com>
qiluo-msft pushed a commit that referenced this pull request Nov 16, 2022
#### Why I did it

Update sonic-snmpagent ubmodule pointer to include the following:

* bf6cd4c Remove error logging on "failed in fdb_vlanmac" ([#272](sonic-net/sonic-snmpagent#272))
* 05f2a28 Remove LOGLEVEL DB since is no longer used ([#271](sonic-net/sonic-snmpagent#271))
* 06299e1 Don't cache the vlan-id if it is not valid from DB ([#273](sonic-net/sonic-snmpagent#273))
* 8a515f2 Install libyang to azure pipeline ([#268](sonic-net/sonic-snmpagent#268))

#### How I did it

Advance sonic-snmpagent pointer
richardyu-ms pushed a commit to richardyu-ms/sonic-buildimage that referenced this pull request Nov 18, 2022
#### Why I did it

Update sonic-snmpagent ubmodule pointer to include the following:

* bf6cd4c Remove error logging on "failed in fdb_vlanmac" ([sonic-net#272](sonic-net/sonic-snmpagent#272))
* 05f2a28 Remove LOGLEVEL DB since is no longer used ([sonic-net#271](sonic-net/sonic-snmpagent#271))
* 06299e1 Don't cache the vlan-id if it is not valid from DB ([sonic-net#273](sonic-net/sonic-snmpagent#273))
* 8a515f2 Install libyang to azure pipeline ([sonic-net#268](sonic-net/sonic-snmpagent#268))

#### How I did it

Advance sonic-snmpagent pointer
mihirpat1 pushed a commit to mihirpat1/sonic-buildimage that referenced this pull request Feb 21, 2023
… work (sonic-net#271)

This PR is meant to fix gRPC keepalive timeout values. With this change and adding the options to server side, the pings start working for TCP connection for all gRPC channels. This PR is also meant to increase the time intervals between pings to 4 seconds for gRPC connections
With this change the TCP connections are always persistent
example:

admin@sonic:~$ netstat | grep 50075
tcp6       0      0 tmg.dtap.sphybrid:41828 vlan2003.mim-a75s:50075 ESTABLISHED
tcp6       0      0 tmg.dtap.sphybrid:43912 192.168.0.3:50075       ESTABLISHED
tcp6       0      0 tmg.dtap.sphybrid:43620 win-cfr7mesbc6v.c:50075 ESTABLISHED
tcp6       0      0 192.168.0.1:37768       192.168.0.23:50075      ESTABLISHED
tcp6       0      0 tmg.dtap.sphybrid:58776 win-cfr7mesbc6v.c:50075 ESTABLISHED
tcp6       0      0 192.168.0.1:34634       192.168.0.21:50075      ESTABLISHED
tcp6       0      0 tmg.dtap.sphybrid:47672 win-cfr7mesbc6v.c:50075 ESTABLISHED
tcp6       0      0 192.168.0.1:42318       192.168.0.7:50075       ESTABLISHED
tcp6       0      0 192.168.0.1:48792       co1speutlv104.phx:50075 ESTABLISHED
tcp6       0      0 tmg.dtap.sphybrid:34794 dtap15.dtap.sphyb:50075 ESTABLISHED
tcp6       0      0 192.168.0.1:56194       192.168.0.13:50075      ESTABLISHED
tcp6       0      0 tmg.dtap.sphybrid:43548 win-cfr7mesbc6v.c:50075 ESTABLISHED


Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
snider-nokia pushed a commit to snider-nokia/sonic-buildimage that referenced this pull request Apr 6, 2023
sonic-net#271

Signed-off-by: Kebo Liu kebol@nvidia.com

Description
Judge the self._parse_re return value, if it's N/A then stop further string slice handling to avoid a crash.

Update the regular expression pattern for Innodisk SSD health, to handle the case that the output of the health section is different when its lifetime reaches the end.

Motivation and Context
Original code doesn't handle the case that self._parse_re returns N/A, it's assuming that self._parse_re will always return a none N/A value thus further handling the result w/o judge, which could in a crash.

On Innodisk SSD, when the SSD remaining lifetime reaches the end, the output of the Health section will be a number w/o %, e.g. Health: 0.00 instead of Health: 95.0% in the normal case, need to update the regular expression to handle this case.

How Has This Been Tested?
UT test has been added.
Tested the change on platforms with different types of SSD.
mssonicbld added a commit that referenced this pull request Jul 18, 2024
…lly (#19571)

#### Why I did it
src/sonic-gnmi
```
* 015de94 - (HEAD -> master, origin/master, origin/HEAD) Update gnmi-native to support subscribe stream mode (#271) (2 days ago) [ganglv]
* ccce9a2 - Return GNMI API error when ZMQ operation failed. (#270) (2 days ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
arun1355492 pushed a commit to arun1355492/sonic-buildimage that referenced this pull request Jul 26, 2024
…lly (sonic-net#19571)

#### Why I did it
src/sonic-gnmi
```
* 015de94 - (HEAD -> master, origin/master, origin/HEAD) Update gnmi-native to support subscribe stream mode (sonic-net#271) (2 days ago) [ganglv]
* ccce9a2 - Return GNMI API error when ZMQ operation failed. (sonic-net#270) (2 days ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
liushilongbuaa pushed a commit to liushilongbuaa/sonic-buildimage that referenced this pull request Aug 1, 2024
…lly (sonic-net#19571)

#### Why I did it
src/sonic-gnmi
```
* 015de94 - (HEAD -> master, origin/master, origin/HEAD) Update gnmi-native to support subscribe stream mode (sonic-net#271) (2 days ago) [ganglv]
* ccce9a2 - Return GNMI API error when ZMQ operation failed. (sonic-net#270) (2 days ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants