Skip to content

Commit

Permalink
sync with the latest list of source address selection
Browse files Browse the repository at this point in the history
- change "longest match" to rule 14
- added "alive interface" as rule 8
  • Loading branch information
jinmei committed Aug 18, 2001
1 parent 945bb67 commit c8043a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions freebsd4/usr.bin/netstat/inet6.c
Expand Up @@ -345,13 +345,13 @@ static char *srcrule_str[] = {
"outgoing interface",
"matching label",
"public/temporary address",
"longest match",
"alive interface",
"rule #9",
"rule #10",
"rule #11",
"rule #12",
"rule #13",
"rule #14",
"longest match",
"rule #15",
};

Expand Down
4 changes: 2 additions & 2 deletions netbsd/usr.bin/netstat/inet6.c
Expand Up @@ -454,13 +454,13 @@ static const char *srcrule_str[] = {
"outgoing interface",
"matching label",
"public/temporary address",
"longest match",
"alive interface",
"rule #9",
"rule #10",
"rule #11",
"rule #12",
"rule #13",
"rule #14",
"longest match",
"rule #15",
};

Expand Down

0 comments on commit c8043a9

Please sign in to comment.