package
Version:
v5.3.3
Opens a new window with list of versions in this module.
Published: Aug 14, 2024
License: GPL-3.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
QuickSetup format: [{ip|ip6|inet},table_name,set_name,{ipv4_addr|ipv6_addr},mask] *2 (can repeat once)
e.g. "inet,my_table,my_set,ipv4_addr,24 inet,my_table,my_set,ipv6_addr,48"
type Args struct {
IPv4 SetArgs `yaml:"ipv4"`
IPv6 SetArgs `yaml:"ipv6"`
}
type SetArgs struct {
TableFamily string `yaml:"table_family"`
Table string `yaml:"table_name"`
Set string `yaml:"set_name"`
Mask int `yaml:"mask"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.