aboutsummaryrefslogtreecommitdiffstats
path: root/fr-net
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-01-26 15:45:14 +0100
committerlaforge <laforge@osmocom.org>2021-01-27 09:52:11 +0000
commit92009302c9dcec73ac9693b4c5fca19d7dc9a7e3 (patch)
tree4bbf56788d1b74b654579bdeacc29bb4c431d8a5 /fr-net
parent2dd230a63c81a616f98dffb7a32fc5b70820375a (diff)
fr-net: use 'hdlcnet1' as default netdev
The gbproxy tests and our scripts have started to use hdlc0..7 paired with hdlcnet0..7. Let's adjust fr-net to also use 'hdlcnet1' as the pairing 'fr' test uses 'hdlc1' Change-Id: If456a575cc2ae0ab2fc63730b329131dfcc70a47
Diffstat (limited to 'fr-net')
-rw-r--r--fr-net/FRNET_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/fr-net/FRNET_Tests.ttcn b/fr-net/FRNET_Tests.ttcn
index 94b32dca..3943ff1d 100644
--- a/fr-net/FRNET_Tests.ttcn
+++ b/fr-net/FRNET_Tests.ttcn
@@ -18,7 +18,7 @@ modulepar {
{
provider := {
fr := {
- netdev := "hdlc2",
+ netdev := "hdlcnet1",
dlci := 123
}
},