Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support MPTCP #197

Merged
merged 1 commit into from
Jun 28, 2022
Merged

Add support MPTCP #197

merged 1 commit into from
Jun 28, 2022

Conversation

cathay4t
Copy link
Contributor

Also include python bonding and CLI support.

Example output of npc mptcp:

---
enabled: true
add_addr_accepted_limit: 1
subflows_limit: 1
addresses:
  - address: 192.0.2.2
    id: 1
    flags:
      - signal
    iface: eth2
  - address: "2001:db8:f::1"
    id: 2
    flags:
      - backup
    iface: eth2

Those address also shown in the interface level, example of
npc iface eth2:

---
- name: eth2
  iface_type: veth
  #many_lines_omitted
  mptcp:
    - address: 192.0.2.2
      id: 1
      flags:
        - signal
      iface: eth2
    - address: "2001:db8:f::1"
      id: 2
      flags:
        - backup
      iface: eth2

Also include python bonding and CLI support.

Example output of `npc mptcp`:

```yaml
---
enabled: true
add_addr_accepted_limit: 1
subflows_limit: 1
addresses:
  - address: 192.0.2.2
    id: 1
    flags:
      - signal
    iface: eth2
  - address: "2001:db8:f::1"
    id: 2
    flags:
      - backup
    iface: eth2
```

Those address also shown in the interface level, example of
`npc iface eth2`:

```yaml
---
- name: eth2
  iface_type: veth
  #many_lines_omitted
  mptcp:
    - address: 192.0.2.2
      id: 1
      flags:
        - signal
      iface: eth2
    - address: "2001:db8:f::1"
      id: 2
      flags:
        - backup
      iface: eth2
```

Signed-off-by: Gris Ge <fge@redhat.com>
@ffmancera ffmancera merged commit a5e0108 into nispor:base Jun 28, 2022
@cathay4t cathay4t deleted the mptcp branch June 28, 2022 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants