Skip to content

[gobgp]: do not install docker-fpm-gobgp into one image#366

Merged
lguohan merged 2 commits intosonic-net:masterfrom
lguohan:gobgp
Mar 3, 2017
Merged

[gobgp]: do not install docker-fpm-gobgp into one image#366
lguohan merged 2 commits intosonic-net:masterfrom
lguohan:gobgp

Conversation

@lguohan
Copy link
Collaborator

@lguohan lguohan commented Mar 3, 2017

No description provided.


SONIC_ALL += $(SONIC_ONE_IMAGE)
SONIC_ALL += $(SONIC_ONE_IMAGE) \
$(DOCKER_FPM_GOBGP)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put the docker_fpm_gobgp into platform/generic/rules.mk?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it requires swss, so cannot be put into generic

@lguohan lguohan merged commit aed03d6 into sonic-net:master Mar 3, 2017
@lguohan lguohan deleted the gobgp branch November 6, 2017 04:37
lguohan added a commit to lguohan/sonic-buildimage that referenced this pull request Nov 1, 2018
swss:

* 863b69c 2018-11-01 | [teamsyncd]: Fix bug when removing selectable in select function (sonic-net#665) (HEAD, origin/master, origin/HEAD) [Shuotian Cheng]
* 2c83b68 2018-10-31 | Warm reboot: bring up ports for whole system warm reboot (sonic-net#653) [Qi Luo]
* d049d65 2018-10-31 | [vstest]: get subscribed objects from appdb and asicdb (sonic-net#664) [lguohan]
* 057a329 2018-10-31 | [vstest]: change the redis mount point when --dvsname is provided. (sonic-net#663) [lguohan]
* 34e157e 2018-10-31 | [VS]: fix swss warm restart test (sonic-net#662) [Jipan Yang]

sairedis:

* c612c5e 2018-11-01 | Add specific comparison logic for more objects (sonic-net#360) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik]
* a6b709a 2018-10-31 | [syncd] re-establish notifications after warm boot (sonic-net#368) [Ying Xie]
* d655d20 2018-10-29 | [syncd] partial warm recovery support (sonic-net#352) [Ying Xie]
* 4d9aa18 2018-10-29 | Add missing object types to virtual switch (sonic-net#364) [Kamil Cudnik]
* 1fdaf47 2018-10-29 | Add VS support for setting stats via redis DB channel (sonic-net#366) [Kamil Cudnik]

Signed-off-by: Guohan Lu <gulv@microsoft.com>
lguohan added a commit that referenced this pull request Nov 1, 2018
swss:

* 863b69c 2018-11-01 | [teamsyncd]: Fix bug when removing selectable in select function (#665) (HEAD, origin/master, origin/HEAD) [Shuotian Cheng]
* 2c83b68 2018-10-31 | Warm reboot: bring up ports for whole system warm reboot (#653) [Qi Luo]
* d049d65 2018-10-31 | [vstest]: get subscribed objects from appdb and asicdb (#664) [lguohan]
* 057a329 2018-10-31 | [vstest]: change the redis mount point when --dvsname is provided. (#663) [lguohan]
* 34e157e 2018-10-31 | [VS]: fix swss warm restart test (#662) [Jipan Yang]

sairedis:

* c612c5e 2018-11-01 | Add specific comparison logic for more objects (#360) (HEAD, origin/master, origin/HEAD) [Kamil Cudnik]
* a6b709a 2018-10-31 | [syncd] re-establish notifications after warm boot (#368) [Ying Xie]
* d655d20 2018-10-29 | [syncd] partial warm recovery support (#352) [Ying Xie]
* 4d9aa18 2018-10-29 | Add missing object types to virtual switch (#364) [Kamil Cudnik]
* 1fdaf47 2018-10-29 | Add VS support for setting stats via redis DB channel (#366) [Kamil Cudnik]

Signed-off-by: Guohan Lu <gulv@microsoft.com>
Kalimuthu-Velappan pushed a commit to Kalimuthu-Velappan/sonic-buildimage that referenced this pull request Sep 12, 2019
madhanmellanox pushed a commit to madhanmellanox/sonic-buildimage that referenced this pull request Mar 23, 2020
…onic-net#366)

This change is the first step of refactoring Orch class.
The global variable gPortsOrch is removed from that orch.cpp file
and this class no longer requires such external variable.

The current solution is to move the global variable into each different
places that need this variable. Later, a better design could be
introduced to further remove all the global variables from the whole
project.

Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
dmytroxshevchuk pushed a commit to dmytroxshevchuk/sonic-buildimage that referenced this pull request Aug 31, 2020
* Add VS support for setting stats via redis DB channel

* Remove SET description
yxieca pushed a commit that referenced this pull request Jun 14, 2023
…D automatically (#15443)

src/sonic-platform-daemons

* 1d04977 - (HEAD -> 202205, origin/202205) [xcvrd] Reduce vendor_key to vendor_name for media_settings lookup (#366) (7 hours ago) [Aman Singhal]
mssonicbld added a commit that referenced this pull request Sep 20, 2023
… automatically (#16602)

#### Why I did it
src/sonic-platform-common
```
* 3d3bc1a - (HEAD -> master, origin/master, origin/HEAD) [Credo][Ycable] Fix for displaying 'N/A' firmware version when NIC endpoint is power off (#366) (2 hours ago) [Xinyu Lin]
```
#### How I did it
#### How to verify it
#### Description for the changelog
sonic-otn pushed a commit to sonic-otn/sonic-buildimage that referenced this pull request Sep 20, 2023
… automatically (sonic-net#16602)

#### Why I did it
src/sonic-platform-common
```
* 3d3bc1a - (HEAD -> master, origin/master, origin/HEAD) [Credo][Ycable] Fix for displaying 'N/A' firmware version when NIC endpoint is power off (sonic-net#366) (2 hours ago) [Xinyu Lin]
```
#### How I did it
#### How to verify it
#### Description for the changelog
yxieca pushed a commit that referenced this pull request Jan 26, 2024
… automatically (#17908)

src/sonic-platform-common

* bb1049e - (HEAD -> 202205, origin/202205) [Credo][Ycable] Fix for displaying 'N/A' firmware version when NIC endpoint is power off (#366) (4 hours ago) [Xinyu Lin]
mssonicbld added a commit that referenced this pull request Apr 21, 2025
…lly (#22377)

#### Why I did it
src/sonic-gnmi
```
* 033221f - (HEAD -> master, origin/master, origin/HEAD) Update authenticate to support gnmi role and gnoi role (#381) (70 minutes ago) [ganglv]
* 6ccf933 - Use ConfigReplace when full config is sent over gNMI (#369) (2 days ago) [Anders Linn]
* 5b84a14 - Fix poll mode for querying non existing table or key for APPL_DB (#375) (2 days ago) [Zain Budhwani]
* c4f8e9a - Add cert multiple roles support (#366) (3 days ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
jianyuewu pushed a commit to jianyuewu/sonic-buildimage that referenced this pull request May 7, 2025
…dpoint is power off (sonic-net#366)

* [Credo][Ycable] Resolve the issue of being unable to obtain the firmware version of the self-side when the NIC end is power off

Signed-off-by: Xinyu <xinyu0123@gmail.com>

* [Credo][Ycable] call get_read_side() to handle exceptions

Signed-off-by: Xinyu <xinyu0123@gmail.com>

* [Credo][Ycable] Replace the hard-coded value with a constant variable for readability

Signed-off-by: Xinyu <xinyu0123@gmail.com>

---------

Signed-off-by: Xinyu <xinyu0123@gmail.com>
Co-authored-by: Prince George <45705344+prgeor@users.noreply.github.com>
mssonicbld added a commit that referenced this pull request Jul 24, 2025
…lly (#23453)

#### Why I did it
src/sonic-gnmi
```
* 47a3b00 - (HEAD -> 202405, origin/202405) Merge pull request #439 from liuh-80/dev/liuh/multirole_202405_cp (89 minutes ago) [bingwang-ms]
* 8d9147e - Update server_test.go (2 weeks ago) [Hua Liu]
* c56fb04 - Update server_test.go (2 weeks ago) [Hua Liu]
* 9f1730d - Update clientCertAuth.go (2 weeks ago) [Hua Liu]
* 45cb29c - Update azure-pipelines.yml (2 weeks ago) [Hua Liu]
* eb4d1b1 - Add cert multiple roles support (#366) (2 weeks ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Jul 24, 2025
…lly (#23452)

#### Why I did it
src/sonic-gnmi
```
* 1f1eccf - (HEAD -> 202411, origin/202411) [202411] Add cert multiple roles support (2 hours ago) [Kumaresh Perumal]
* b81e9f0 - Update server_test.go (2 weeks ago) [Hua Liu]
* 0370b80 - Update server_test.go (2 weeks ago) [Hua Liu]
* c3a4726 - Add cert multiple roles support (#366) (2 weeks ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
mssonicbld added a commit that referenced this pull request Jul 25, 2025
…lly (#23471)

#### Why I did it
src/sonic-gnmi
```
* 12f436b - (HEAD -> 202311, origin/202311) Merge pull request #440 from liuh-80/dev/liuh/multirole_202311_cp (22 hours ago) [Ying Xie]
* 94bbdd1 - Update server_test.go (2 weeks ago) [Hua Liu]
* 4fbb981 - Update server_test.go (2 weeks ago) [Hua Liu]
* 342d6c0 - Update clientCertAuth.go (2 weeks ago) [Hua Liu]
* b7f999c - Update azure-pipelines.yml (2 weeks ago) [Hua Liu]
* a2bb467 - Update azure-pipelines.yml (2 weeks ago) [Hua Liu]
* 08f78b7 - Update azure-pipelines.yml (2 weeks ago) [Hua Liu]
* def33cc - Add cert multiple roles support (#366) (2 weeks ago) [Hua Liu]
```
#### How I did it
#### How to verify it
#### Description for the changelog
bobby-nexthop pushed a commit to bobby-nexthop/sonic-buildimage that referenced this pull request Aug 1, 2025
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.

2 participants