Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(evpn-bridge): netlink watcher Module #385

Merged
merged 12 commits into from
Aug 26, 2024
1 change: 1 addition & 0 deletions config-intel-e2000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tlsfiles:
database: redis
dbaddress: 127.0.0.1:6379
buildenv: intel_e2000
tracer: false
subscribers:
- name: "lvm"
priority: 2
Expand Down
1 change: 1 addition & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ tlsfiles:
database: redis
dbaddress: 127.0.0.1:6379
buildenv: ci
tracer: true
subscribers:
- name: "lgm"
priority: 1
Expand Down
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ type Config struct {
Database string `yaml:"database"`
DBAddress string `yaml:"dbaddress"`
Buildenv string `yaml:"buildenv"`
Tracer bool `yaml:"tracer"`
Subscribers []SubscriberConfig `yaml:"subscribers"`
LinuxFrr LinuxFrrConfig `yaml:"linuxfrr"`
Netlink NetlinkConfig `yaml:"netlink"`
Expand Down
Loading
Loading