Commit 1c769af
committed
Set value of SCOPE to SCOPE_LINK for opt121 routes with router unspecified with DHCP
Default behavior of the plugin is to try and install routes without
specifying SCOPE which results in not installing certain routes that
do not have a gateway set in the DHCP server response. If the SCOPE is
not set to LINK (in particuliar for NICs in some cloud environment
that get assigned /32 IPs to them). This change enables routes to be
installed without the router being specified, but sets to SCOPE_LINK.
Signed-off-by: Olivier <martinolivier@google.com>1 parent afe6bc6 commit 1c769af
1 file changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
481 | 482 | | |
| 483 | + | |
482 | 484 | | |
483 | 485 | | |
484 | 486 | | |
| |||
0 commit comments