Skip to content

Commit

Permalink
[bugfix] Fixed relationship name of the l3extlifp object (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrsr authored Feb 16, 2023
1 parent cbbf4ae commit 5fe00dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/l3ext_l_if_p.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

const (
Dnl3extlifp = "uni/tn-%s/out-%s/lnodep-%s/lifp-%s"
Rnl3extlifp = "lifp--%s"
Rnl3extlifp = "lifp-%s"
ParentDnl3extlifp = "uni/tn-%s/out-%s/lnodep-%s"
L3extlifpClassName = "l3extLIfP"
)
Expand Down

0 comments on commit 5fe00dd

Please sign in to comment.