summaryrefslogtreecommitdiffhomepage
path: root/net/netutil/ip_forward.go
AgeCommit message (Expand)AuthorFilesLines
2023-08-01ipnlocal, net/*: deprecate interfaces.GetState, use netmon more for itBrad Fitzpatrick1-7/+3
2023-06-27net/netutil: parse IP forwarding val as int, not bool (#8455)Ross Zurowski1-1/+8
2023-03-13all: replace /kb/ links with /s/ equivalentsMaisem Ali1-1/+1
2023-02-08net/netutil: only check Linux sysctls w/ procfs, assume absent means falseBrad Fitzpatrick1-13/+13
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-4/+4
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-4/+4
2022-03-28net/netutil: add CheckIPForwardingLinux (#4301)Maisem Ali1-0/+221