github.com/TeaOSLab/EdgeNode@v1.3.8/internal/firewalls/nftables/set_ext.go (about)

     1  // Copyright 2023 Liuxiangchao iwind.liu@gmail.com. All rights reserved. Official site: https://goedge.cn .
     2  //go:build linux && !plus
     3  
     4  package nftables
     5  
     6  func (this *Set) initElements() {
     7  	// NOT IMPLEMENTED
     8  }