-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Remove platform/ subdirectory from sonic-config-engine #387
Labels
Comments
Resolved with #429. Thanks, Shuotian! |
stcheng
pushed a commit
to stcheng/sonic-buildimage
that referenced
this issue
Nov 21, 2018
a099681 - [acl_loader]: Fix IP match bug for checking IP version (sonic-net#387) 83ec276 - [show command] allow warm restart table contains empty restore_count (sonic-net#385) d0b8e3a - Log message during config load_minigraph/reload (sonic-net#376) e948d02 - Optimize warm-reboot speed on dumping and rebooting (sonic-net#380) 1879fd0 - [warm reboot] unload kexec before rebooting and when error exiting from warm boot (sonic-net#383) e3e82b1 - [reboot] update stop syncd process wording (sonic-net#382) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
lguohan
pushed a commit
that referenced
this issue
Nov 22, 2018
a099681 - [acl_loader]: Fix IP match bug for checking IP version (#387) 83ec276 - [show command] allow warm restart table contains empty restore_count (#385) d0b8e3a - Log message during config load_minigraph/reload (#376) e948d02 - Optimize warm-reboot speed on dumping and rebooting (#380) 1879fd0 - [warm reboot] unload kexec before rebooting and when error exiting from warm boot (#383) e3e82b1 - [reboot] update stop syncd process wording (#382) Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this issue
Sep 12, 2019
Add .version to get the version of the IP Signed-off-by: Shu0T1an ChenG <shuche@microsoft.com>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this issue
Mar 23, 2020
When an interface belongs to multiple VLANs, 'grep -q None' won't return 0 and we should not set this interface to 'nomaster'. Signed-off-by: Wataru Ishida <ishida@nel-america.com>
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this issue
Aug 31, 2020
daall
added a commit
that referenced
this issue
Oct 16, 2020
[swss] [acl] Replace IP_PROTOCOL with NEXT_HEADER for IPv6 ACL tables (#1458) [acl] Refactor port OID retrieval into aclorch (#1462) Fix issue #5157 by identifying the dependency among objects and avoiding releasing an object still being referenced (#1440) [mock tests] Update MockDBConnector to match new swsscommon interface (#1465) [swss-common] netlink: Setting nl_socket buffer size to 3M from 2M (#391) Added support in Swig file to cast Selectable object to Subscriber Table object (#394) [warm reboot] Warm Reboot Support for EVPN VXLAN (#350) Implement DBInterface/SonicV2Connector in C++ (#387) Fix memory leak if a RedisCommand object were to be reused (#392) Signed-off-by: Danny Allen <daall@microsoft.com>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this issue
Feb 25, 2021
[swss] [acl] Replace IP_PROTOCOL with NEXT_HEADER for IPv6 ACL tables (sonic-net#1458) [acl] Refactor port OID retrieval into aclorch (sonic-net#1462) Fix issue sonic-net#5157 by identifying the dependency among objects and avoiding releasing an object still being referenced (sonic-net#1440) [mock tests] Update MockDBConnector to match new swsscommon interface (sonic-net#1465) [swss-common] netlink: Setting nl_socket buffer size to 3M from 2M (sonic-net#391) Added support in Swig file to cast Selectable object to Subscriber Table object (sonic-net#394) [warm reboot] Warm Reboot Support for EVPN VXLAN (sonic-net#350) Implement DBInterface/SonicV2Connector in C++ (sonic-net#387) Fix memory leak if a RedisCommand object were to be reused (sonic-net#392) Signed-off-by: Danny Allen <daall@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.) Confirm all components are now referencing device-specific data in the device/ directory, and that the platform/ subdirectory in sonic-config-engine is truly deprecated.
2.) Remove platform/ subdirectory from sonic-config-engine.
The text was updated successfully, but these errors were encountered: