Merge pull request #44 from ifupdown-ng/feature/link-hwaddress

link executor: add support for hwaddress option
This commit is contained in:
Ariadne Conill 2020-08-26 03:36:06 -06:00 committed by GitHub
commit d21d83fb26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View file

@ -6,6 +6,7 @@ set -e
IF_LINK_OPTIONS="$IF_LINK_OPTIONS"
[ -n "$IF_MTU" ] && IF_LINK_OPTIONS="$IF_LINK_OPTIONS mtu $IF_MTU"
[ -n "$IF_HWADDRESS" ] && IF_LINK_OPTIONS="$IF_LINK_OPTIONS address $IF_HWADDRESS"
is_vlan() {
case "$IFACE" in