Closed 0xmc closed 2 years ago
just to rule stuff out, can you confirm that there is no skin code for this in the resources/skins/cix-atl/mac-address/
and resources/skins/cix-atl/layer2-address/
directories?
Hi Nick,
No skin code for macs:
/srv/ixpmanager/resources/skins/cix-atl$ grep -r -i address *
/srv/ixpmanager/resources/skins/cix-atl$ ls -R
.:
content layouts services
./content:
0
./content/0:
support.foil.php
./layouts:
footer-content.foil.php header-documentation.foil.php
./services:
grapher
./services/grapher:
mrtg
./services/grapher/mrtg:
trunks.foil.php
ok there seems to be a repeatable issue here. We'll take a look.
Meant to follow up on this. This problem should be fixed in commit daee524ee38bdb3c250a2ac827dd8322bc417c91. As a separate but related issue, you should run ./artisan utils:expunge-logs
after upgrading to this version.
Thanks!
On Mon, Feb 14, 2022 at 5:44 PM Nick Hilliard @.***> wrote:
Meant to follow up on this. This problem should be fixed in commit daee524 https://github.com/inex/IXP-Manager/commit/daee524ee38bdb3c250a2ac827dd8322bc417c91. As a separate but related issue, you should run ./artisan utils:expunge-logs after upgrading to this version.
— Reply to this email directly, view it on GitHub https://github.com/inex/IXP-Manager/issues/765#issuecomment-1039689942, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHX32QTYBJ4RLLGDVC2Z4LU3GHT3ANCNFSM5LAK7PRQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you authored the thread.Message ID: @.***>
ISSUE TYPE
Bug Report
OS
VERSION
ENVIRONMENT
CONFIGURATION
SUMMARY
I recently upgraded from v5.7.0 all the way through all intermediate versions to v6.2.0. Along the way I noticed that Discovered Addresses under MAC Addresses lists the interface multiples times. The number of repeats varies peer Customer but seems to be grouped by switch (e.g. customers on switch A repeat 74 times, switch B 103 times, etc). The number of repeats does not seem to correlate to number of interfaces per switch nor interface types. And the first time the interface appears is truncated. For example
Additionally, the IPv6 addresses are incorrect and identical for every Customer:
2001:504:40:12::1:100,2001:504:40:12::1:101,...,2001:504:40:12::1:141,2001:504:40:12::1:142,2001:504:40:12:
The "..." is for brevity: the addresses monotonically increase from 2001:504:40:12::1:100 to 2001:504:40:12::1:143, which is truncated.While I did not explicitly check the Discovered Addresses prior to the upgrade, I have another IXP Manager v5.7.0 that displays Discovered Addresses as expected, so I assume it was working. I also do no know if the problem first appeared with the upgrade to v5.8.0 or v6.0.0, but according to my maintenance notes, it was definitely in this unexpected state while running v6.0.0.
IMPORTANCE
This appears to be cosmetic as the database looks ok, and sflow, which relies on the addresses, also seems to be working ok. So this issue is not urgent.