File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Example usage:
9
9
python3 asmap-tool.py encode /path/to/input.file /path/to/output.file
10
10
python3 asmap-tool.py decode /path/to/input.file /path/to/output.file
11
11
python3 asmap-tool.py diff /path/to/first.file /path/to/second.file
12
- python3 asmap-tool.py diff-addrs /path/to/first.file /path/to/second.file addrs.file
12
+ python3 asmap-tool.py diff_addrs /path/to/first.file /path/to/second.file addrs.file
13
13
```
14
14
These commands may take a few minutes to run with ` python3 ` ,
15
15
depending on the amount of data involved and your machine specs.
@@ -43,7 +43,7 @@ increases output size by outputting strictly non-overlapping network ranges.
43
43
### Comparing ASmaps
44
44
45
45
AS control of IP networks changes frequently, therefore it can be useful to get
46
- the changes between to ASmaps via the ` diff ` and ` diff_addrs ` commands.
46
+ the changes between two ASmaps via the ` diff ` and ` diff_addrs ` commands.
47
47
48
48
` diff ` takes two ASmap files, and returns a file detailing the changes
49
49
in the state of a network's AS assignment between the first and the second file.
You can’t perform that action at this time.
0 commit comments