Logo
Explore Help
Register Sign In
admin/gluetun
1
0
Fork 0
You've already forked gluetun
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
9984ad22d72e7253235b2e1d03bb28afc8e94fc9
gluetun/internal/netlink/address_unspecified.go

14 lines
240 B
Go
Raw Normal View History

feat(dev): support development on darwin (OSX) - Netlink linux tagged files - Netlink linux || darwin tagged files - Create non-implemented files for NOT linux - Create non-implemented files for NOT linux and NOT darwin - Specify wireguard netlink integration test as for linux only
2023-05-29 07:16:50 +00:00
//go:build !linux && !darwin
package netlink
func (n *NetLink) AddrList(link Link, family int) (
chore: use gofumpt for code formatting
2024-10-11 19:20:48 +00:00
addresses []Addr, err error,
) {
feat(dev): support development on darwin (OSX) - Netlink linux tagged files - Netlink linux || darwin tagged files - Create non-implemented files for NOT linux - Create non-implemented files for NOT linux and NOT darwin - Specify wireguard netlink integration test as for linux only
2023-05-29 07:16:50 +00:00
panic("not implemented")
}
func (n *NetLink) AddrReplace(Link, Addr) error {
panic("not implemented")
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 138ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API