P4 开发实践 — NG-SDN Tutorial — Exercise 5: IPv6 Routing
Posted 范桂飓
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了P4 开发实践 — NG-SDN Tutorial — Exercise 5: IPv6 Routing相关的知识,希望对你有一定的参考价值。
目录
文章目录
- 目录
- Exercise 5: IPv6 Routing
- 1. Modify P4 program
- 2. Run PTF tests
- 3. Modify ONOS app
- 4. Test IPv6 routing on Mininet
Exercise 5: IPv6 Routing
1. Modify P4 program
The first step will be to add new tables to main.p4.
$ vi p4src/main.p4
...
// *** TODO EXERCISE 5 (IPV6 ROUTING)
//
//
以上是关于P4 开发实践 — NG-SDN Tutorial — Exercise 5: IPv6 Routing的主要内容,如果未能解决你的问题,请参考以下文章
P4 开发实践 — NG-SDN Tutorial — Exercise 2: Yang, OpenConfig, and gNMI basics
P4 开发实践 — NG-SDN Tutorial — Exercise 6: Segment Routing v6 (SRv6)
P4 开发实践 — NG-SDN Tutorial — Exercise 6: Segment Routing v6 (SRv6)
P4 开发实践 — NG-SDN Tutorial — Exercise 3: Using ONOS as the control plane
P4 开发实践 — NG-SDN Tutorial — Exercise 4: Enabling ONOS Built-in Services