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
This commit is contained in:
Harald Welte 2021-01-26 15:45:14 +01:00 committed by laforge
parent 2dd230a63c
commit 92009302c9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ modulepar {
{
provider := {
fr := {
netdev := "hdlc2",
netdev := "hdlcnet1",
dlci := 123
}
},