313c118ad0
This is a major rewrite of our network subsystem. - This changes networkd to run as a standalone app versus internal goroutine - This changes out the netlink package with the more idiomatic netlink/rtnetlink packages - This changes the initial network bootstrap/discovery from using a single interface to attempting to bring up all interfaces - This moves us back on to the upstream dhcp library Signed-off-by: Brad Beam <brad.beam@talos-systems.com>
50 lines
1.0 KiB
YAML
50 lines
1.0 KiB
YAML
policies:
|
|
- type: commit
|
|
spec:
|
|
headerLength: 89
|
|
dco: true
|
|
gpg: false
|
|
imperative: true
|
|
maximumOfOneCommit: true
|
|
requireCommitBody: true
|
|
conventional:
|
|
types:
|
|
- chore
|
|
- docs
|
|
- perf
|
|
- refactor
|
|
- style
|
|
- test
|
|
scopes:
|
|
- ami
|
|
- ci
|
|
- conformance
|
|
- gpt
|
|
- hack
|
|
- image
|
|
- init
|
|
- initramfs
|
|
- kernel
|
|
- machined
|
|
- networkd
|
|
- proxyd
|
|
- osctl
|
|
- osd
|
|
- rootfs
|
|
- tools
|
|
- trustd
|
|
- '*'
|
|
- type: license
|
|
spec:
|
|
skipPaths:
|
|
- .git/
|
|
- .buildkit/
|
|
includeSuffixes:
|
|
- .go
|
|
excludeSuffixes:
|
|
- .pb.go
|
|
header: |
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|