Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-20 | [netgroupman] Remove NetGroupManager::GetAsmap() | John Newbery | |
asmap no longer needs to be exposed anywhere outside NetGroupManager. | |||
2022-04-20 | [netgroupman] Move asmap checksum calculation to NetGroupManager | John Newbery | |
2022-04-20 | [netgroupman] Move GetMappedAS() and GetGroup() logic to NetGroupManager | John Newbery | |
Reviewer hint: use: `git diff --color-moved=dimmed-zebra --color-moved-ws=ignore-all-space` | |||
2022-04-20 | [netgroupman] Add GetMappedAS() and GetGroup() | John Newbery | |
These currently call through to the CNetAddr methods. The logic will be moved in a future commit. | |||
2022-04-20 | [net] Move asmap into NetGroupManager | John Newbery | |
2022-04-19 | [build] Add netgroup.cpp|h | John Newbery | |
These aren't used yet. |