diff options
author | Jakub Kicinski <jakub.kicinski@netronome.com> | 2019-07-25 02:07:14 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-07-26 02:13:21 +0200 |
commit | 53db1cced401e4c65d49edf198e00daa9fc837e6 (patch) | |
tree | f756341d45db38bb522308418f52f44db6e95683 /tools/testing/selftests/net | |
parent | bnx2x: Disable multi-cos feature. (diff) | |
download | linux-53db1cced401e4c65d49edf198e00daa9fc837e6.tar.xz linux-53db1cced401e4c65d49edf198e00daa9fc837e6.zip |
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>
Diffstat (limited to 'tools/testing/selftests/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 |