Skip to content

Extending IpAddress class with method to return the scope of any given ip-address#187

Merged
lguohan merged 2 commits intosonic-net:masterfrom
rodnymolina:ipaddress_getAddrScope
Feb 15, 2018
Merged

Extending IpAddress class with method to return the scope of any given ip-address#187
lguohan merged 2 commits intosonic-net:masterfrom
rodnymolina:ipaddress_getAddrScope

Conversation

@rodnymolina
Copy link
Copy Markdown
Contributor

This code is required by link-local functionality (sonic-swss PR/437).

UTs execution:

rmolina@6175c07b92ba:/sonic/src/sonic-swss-common$ sudo ./tests/tests
...
[----------] 2 tests from IpAddresses
[ RUN ] IpAddresses.empty
[ OK ] IpAddresses.empty (0 ms)
[ RUN ] IpAddresses.contains
[ OK ] IpAddresses.contains (1 ms)
[----------] 2 tests from IpAddresses (1 ms total)

[----------] 1 test from IpAddress
[ RUN ] IpAddress.getAddrScope
[ OK ] IpAddress.getAddrScope (0 ms)
[----------] 1 test from IpAddress (0 ms total)
...

Rodny Molina added 2 commits February 13, 2018 13:43
…n ip address

This code is required by link-local functionality (sonic-swss PR/437).

UTs execution:

rmolina@6175c07b92ba:/sonic/src/sonic-swss-common$ sudo ./tests/tests
...
[----------] 2 tests from IpAddresses
[ RUN      ] IpAddresses.empty
[       OK ] IpAddresses.empty (0 ms)
[ RUN      ] IpAddresses.contains
[       OK ] IpAddresses.contains (1 ms)
[----------] 2 tests from IpAddresses (1 ms total)

[----------] 1 test from IpAddress
[ RUN      ] IpAddress.getAddrScope
[       OK ] IpAddress.getAddrScope (0 ms)
[----------] 1 test from IpAddress (0 ms total)
...
@lguohan lguohan merged commit 53df32e into sonic-net:master Feb 15, 2018
prgeor pushed a commit to prgeor/sonic-swss-common that referenced this pull request Feb 27, 2025
…net#187)

Add a stop function to thermal manager. Allow thermalctld to call the stop function to stop run_policy function fast
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