diff options
author | Petr Fedchenkov <giggsoff@gmail.com> | 2021-04-07 19:16:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-07 11:16:30 -0500 |
commit | 15dd3601c484e189ea82917600322b7d0e25c088 (patch) | |
tree | 4f1e6f93d52de1f99df862d9fc7d020c4e6ba423 /tools/.github-cla-signers | |
parent | fc5d541529d9f4a076998b7b4a3c90bb4be0000d (diff) | |
download | vyos-cloud-init-15dd3601c484e189ea82917600322b7d0e25c088.tar.gz vyos-cloud-init-15dd3601c484e189ea82917600322b7d0e25c088.zip |
bringup_static_routes: fix gateway check (#850)
When bringing up DHCP-provided static routes, we check for "0.0.0.0/0"
to indicate an unspecified gateway. However, when parsing the static
route in `parse_static_routes`, the gateway is never specified with
a net length, so the "/0" will never happen.
This change updates the gateway check to check only for "0.0.0.0".
Diffstat (limited to 'tools/.github-cla-signers')
-rw-r--r-- | tools/.github-cla-signers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.github-cla-signers b/tools/.github-cla-signers index 0a573f9e..b39f4198 100644 --- a/tools/.github-cla-signers +++ b/tools/.github-cla-signers @@ -16,6 +16,7 @@ dhensby eandersson eb3095 emmanuelthome +giggsoff izzyleung johnsonshi jordimassaguerpla |