diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-07-24 17:07:14 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-25 17:13:21 -0700 |
commit | 53db1cced401e4c65d49edf198e00daa9fc837e6 (patch) | |
tree | f756341d45db38bb522308418f52f44db6e95683 | |
parent | d1f0b5dce8fda09a7f5f04c1878f181d548e42f5 (diff) |
selftests/net: add missing gitignores (ipv6_flowlabel)
ipv6_flowlabel and ipv6_flowlabel_mgr are missing from
gitignore. Quentin points out that the original
commit 3fb321fde22d ("selftests/net: ipv6 flowlabel")
did add ignore entries, they are just missing the "ipv6_"
prefix.
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Reviewed-by: Quentin Monnet <quentin.monnet@netronome.com>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | tools/testing/selftests/net/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/net/.gitignore b/tools/testing/selftests/net/.gitignore index 4ce0bc1612f5..c7cced739c34 100644 --- a/tools/testing/selftests/net/.gitignore +++ b/tools/testing/selftests/net/.gitignore @@ -17,7 +17,7 @@ tcp_inq tls txring_overwrite ip_defrag +ipv6_flowlabel +ipv6_flowlabel_mgr so_txtime -flowlabel -flowlabel_mgr tcp_fastopen_backup_key |