Skip to content

Commit

Permalink
Fixup segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jun 21, 2024
1 parent 570a754 commit 925ea79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (s *Setup) AddTasks() {
s.RegisterTask("iproute2.rule.nextmn-gtp4", tasks.NewTaskIP4Rule(*s.config.GTP4HeadendPrefix, constants.RT_TABLE_NEXTMN_IPV4))
}
// 4.3 rule to rttable nextmn-ipv4
if s.config.GTP4HeadendPrefix != nil {
if s.config.IPV4HeadendPrefix != nil {
s.RegisterTask("iproute2.rule.nextmn-ipv4", tasks.NewTaskIP4Rule(*s.config.IPV4HeadendPrefix, constants.RT_TABLE_NEXTMN_IPV4))
}
}
Expand Down

0 comments on commit 925ea79

Please sign in to comment.