diff options
author | Ghanan Gowripalan <ghanan@google.com> | 2021-05-05 14:59:38 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-05-05 15:04:13 -0700 |
commit | 8e40cca4bc98c55dda40d426886cecb20e1b8faa (patch) | |
tree | 84fccb1ae0ea1ebc6bc0f0808cd15bc6c2ecd79a /WORKSPACE | |
parent | 3258adb9bb3804ff98fadeb136cf6f104c3ce606 (diff) |
Allow handling RAs when forwarding is enabled
...to conform with Linux's `accept_ra` sysctl option.
```
accept_ra - INTEGER
Accept Router Advertisements; autoconfigure using them.
It also determines whether or not to transmit Router
Solicitations. If and only if the functional setting is to
accept Router Advertisements, Router Solicitations will be
transmitted.
Possible values are:
0 Do not accept Router Advertisements.
1 Accept Router Advertisements if forwarding is disabled.
2 Overrule forwarding behaviour. Accept Router Advertisements
even if forwarding is enabled.
Functional default: enabled if local forwarding is disabled.
disabled if local forwarding is enabled.
```
PiperOrigin-RevId: 372214640
Diffstat (limited to 'WORKSPACE')
0 files changed, 0 insertions, 0 deletions