Commit c2da841
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 particular 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 Martin <[email protected]>1 parent 48a4ae5 commit c2da841
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
478 | 484 | | |
479 | 485 | | |
480 | 486 | | |
| |||
0 commit comments