mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-10 07:48:48 +07:00
docs: README
This commit is contained in:
@ -226,11 +226,12 @@ tryRuleAddAgain:
|
||||
}
|
||||
|
||||
func (c *ControlPlaneCore) bindLan(ifname string) error {
|
||||
c.log.Infof("Bind to LAN: %v", ifname)
|
||||
|
||||
err := CheckIpforward(ifname)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
c.log.Infof("Bind to LAN: %v", ifname)
|
||||
link, err := netlink.LinkByName(ifname)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user