├── .gitignore ├── 00-unit-labs ├── 0000-topology-B │ ├── Makefile │ ├── README.md │ ├── bin │ │ ├── bundle.bin │ │ ├── freertr.sh │ │ ├── hdlcInt.bin │ │ ├── mapInt.bin │ │ ├── modem.bin │ │ ├── pcapInt.bin │ │ ├── rawInt.bin │ │ ├── rtr.jar │ │ ├── rtr.rld │ │ ├── setup_core1.sh │ │ ├── setup_cpe1.sh │ │ ├── setup_cpe2.sh │ │ ├── setup_cpe3.sh │ │ ├── setup_p4-core1.sh │ │ ├── stdLin.bin │ │ ├── tapInt.bin │ │ ├── teardown_core1.sh │ │ ├── teardown_cpe1.sh │ │ ├── teardown_cpe2.sh │ │ ├── teardown_cpe3.sh │ │ ├── teardown_p4-core1.sh │ │ ├── ttyLin.bin │ │ └── vlan.bin │ └── run │ │ ├── core1 │ │ ├── core1-hw.txt │ │ └── core1-sw.txt │ │ ├── cpe1 │ │ ├── cpe1-hw.txt │ │ └── cpe1-sw.txt │ │ ├── cpe2 │ │ ├── cpe2-hw.txt │ │ └── cpe2-sw.txt │ │ └── cpe3 │ │ ├── cpe3-hw.txt │ │ └── cpe3-sw.txt ├── 0000-topology-C │ ├── Makefile │ ├── README.md │ ├── bin │ │ ├── bundle.bin │ │ ├── freertr.sh │ │ ├── hdlcInt.bin │ │ ├── mapInt.bin │ │ ├── modem.bin │ │ ├── pcapInt.bin │ │ ├── rawInt.bin │ │ ├── rtr.jar │ │ ├── rtr.rld │ │ ├── setup_core1.sh │ │ ├── setup_cpe1.sh │ │ ├── setup_cpe2.sh │ │ ├── setup_p4-core1.sh │ │ ├── stdLin.bin │ │ ├── tapInt.bin │ │ ├── teardown_core1.sh │ │ ├── teardown_cpe1.sh │ │ ├── teardown_cpe2.sh │ │ ├── teardown_p4-core1.sh │ │ ├── ttyLin.bin │ │ └── vlan.bin │ └── run │ │ ├── core1 │ │ ├── core1-hw.txt │ │ ├── core1-sw.txt │ │ └── eth0.pcap │ │ ├── cpe1 │ │ ├── cpe1-hw.txt │ │ └── cpe1-sw.txt │ │ └── cpe2 │ │ ├── cpe2-hw.txt │ │ └── cpe2-sw.txt ├── 0000-topology-D │ ├── Makefile │ ├── README.md │ ├── bin │ │ ├── bundle.bin │ │ ├── freertr.sh │ │ ├── hdlcInt.bin │ │ ├── mapInt.bin │ │ ├── modem.bin │ │ ├── pcapInt.bin │ │ ├── rawInt.bin │ │ ├── rtr.jar │ │ ├── rtr.rld │ │ ├── setup_core1.sh │ │ ├── setup_cpe1.sh │ │ ├── setup_cpe2.sh │ │ ├── setup_cpe3.sh │ │ ├── setup_cpe4.sh │ │ ├── setup_p4-core1.sh │ │ ├── stdLin.bin │ │ ├── tapInt.bin │ │ ├── teardown_core1.sh │ │ ├── teardown_cpe1.sh │ │ ├── teardown_cpe2.sh │ │ ├── teardown_cpe3.sh │ │ ├── teardown_cpe4.sh │ │ ├── teardown_p4-core1.sh │ │ ├── ttyLin.bin │ │ └── vlan.bin │ └── run │ │ ├── core1 │ │ ├── core1-hw.txt │ │ └── core1-sw.txt │ │ ├── cpe1 │ │ ├── cpe1-hw.txt │ │ └── cpe1-sw.txt │ │ ├── cpe2 │ │ ├── cpe2-hw.txt │ │ └── cpe2-sw.txt │ │ ├── cpe3 │ │ ├── cpe3-hw.txt │ │ └── cpe3-sw.txt │ │ └── cpe4 │ │ ├── cpe4-hw.txt │ │ └── cpe4-sw.txt ├── 0000-topology-VLAN │ ├── Makefile │ ├── README.md │ └── bin │ │ ├── setup_addressing.sh │ │ ├── setup_host.sh │ │ └── teardown_host.sh ├── 0000-topology │ ├── Makefile │ ├── README.md │ ├── bin │ │ ├── bundle.bin │ │ ├── freertr.sh │ │ ├── hdlcInt.bin │ │ ├── mapInt.bin │ │ ├── modem.bin │ │ ├── pcapInt.bin │ │ ├── rawInt.bin.in │ │ ├── rtr.jar │ │ ├── rtr.rld │ │ ├── setup_core1.sh │ │ ├── setup_cpe1.sh │ │ ├── setup_cpe2.sh │ │ ├── setup_p4-core1.sh │ │ ├── stdLin.bin │ │ ├── tapInt.bin │ │ ├── teardown_core1.sh │ │ ├── teardown_cpe1.sh │ │ ├── teardown_cpe2.sh │ │ ├── teardown_p4-core1.sh │ │ ├── ttyLin.bin │ │ └── vlan.bin │ └── run │ │ ├── core1 │ │ ├── core1-hw.txt │ │ └── core1-sw.txt │ │ ├── cpe1 │ │ ├── cpe1-hw.txt │ │ └── cpe1-sw.txt │ │ └── cpe2 │ │ ├── cpe2-hw.txt │ │ └── cpe2-sw.txt ├── 0001-unoptimized-ipv4-forwarding │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── include │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ └── p4-table.p4 │ │ ├── p4-core1-cli.txt │ │ └── unoptimized-ipv4-forwarding.p4 ├── 0002-static-routing-ipv4-forwarding │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── include │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ └── p4-table.p4 │ │ ├── p4-core1-cli.txt │ │ └── unoptimized-ipv4-forwarding.p4 ├── 0003-optimized-ipv4-forwarding │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── include │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ └── p4-table.p4 │ │ ├── optimized-ipv4-forwarding.p4 │ │ └── p4-core1-cli.txt ├── 0004-isis-operation │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── include │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ ├── p4-switch-port.p4 │ │ └── p4-table.p4 │ │ ├── isis-operation.p4 │ │ └── p4-core1-cli.txt ├── 0005-defauld-ldp-operation │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── defauld-ldp-operation.p4 │ │ ├── include │ │ ├── const.p4 │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ ├── p4-switch-port.p4 │ │ └── p4-table.p4 │ │ └── p4-core1-cli.txt ├── 0006-ipv4-isis-sr-operation │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── include │ │ ├── const.p4 │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ ├── p4-switch-port.p4 │ │ └── p4-table.p4 │ │ ├── ipv4-isis-sr-operation.p4 │ │ └── p4-core1-cli.txt ├── 0007-vpn-over-bgp-isis-sr-operation-core1-lsr │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── include │ │ ├── const.p4 │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ ├── p4-switch-port.p4 │ │ └── p4-table.p4 │ │ ├── p4-core1-cli.txt │ │ └── vpn-over-bgp-isis-sr-operation-core1-lsr.p4 ├── 0008-unoptimized-ipv6-forwarding │ └── p4src │ │ ├── Makefile │ │ ├── Makefile.local │ │ ├── README.md │ │ ├── include │ │ ├── ethernet.p4 │ │ ├── ethertype.p4 │ │ ├── headers.p4 │ │ ├── ip-protocol.p4 │ │ ├── ipv4.p4 │ │ ├── ipv6.p4 │ │ ├── l3_ipv6.p4 │ │ ├── p4-table.p4 │ │ ├── types.p4 │ │ └── validate_ipv6.p4 │ │ ├── tables.in │ │ └── unoptimized-ipv6-forwarding.p4 ├── 0008-vlan │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── include │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ ├── p4-switch-port.p4 │ │ └── p4-table.p4 │ │ ├── switch-commands.txt │ │ └── vlan-operation.p4 ├── 0009-vpn-over-bgp-isis-sr-operation-core1-ler │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── include │ │ ├── const.p4 │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ ├── p4-switch-port.p4 │ │ └── p4-table.p4 │ │ ├── p4-core1-cli.txt │ │ ├── vpn-over-bgp-isis-sr-operation-core1-ler.p4 │ │ └── vpn-over-bgp-isis-sr-operation-core1-ler.p4.save ├── 0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working │ ├── build │ │ ├── vpn-over-bgp-isis-sr-operation-core1-ler.json │ │ ├── vpn-over-bgp-isis-sr-operation-core1-ler.p4i │ │ └── vpn-over-bgp-isis-sr-operation-core1-ler.txt │ ├── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── include │ │ │ ├── const.p4 │ │ │ ├── ethertype.p4 │ │ │ ├── ip-protocol.p4 │ │ │ ├── p4-switch-port.p4 │ │ │ └── p4-table.p4 │ │ ├── p4-core1-cli.txt │ │ ├── vpn-over-bgp-isis-sr-operation-core1-ler.p4 │ │ └── vpn-over-bgp-isis-sr-operation-core1-ler.p4.backup │ └── run │ │ └── log │ │ ├── p4-core1.1.txt │ │ ├── p4-core1.2.txt │ │ ├── p4-core1.3.txt │ │ ├── p4-core1.out │ │ └── p4-core1.txt ├── 0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing │ └── p4src │ │ ├── Makefile │ │ ├── README.md │ │ ├── algoritm.txt │ │ ├── forwarder.py │ │ ├── include │ │ ├── const.p4 │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ ├── p4-switch-port.p4 │ │ └── p4-table.p4 │ │ ├── p4-core1-cli.txt │ │ ├── p4runtime_lib │ │ ├── __init__.py │ │ ├── bmv2.py │ │ ├── convert.py │ │ ├── helper.py │ │ └── switch.py │ │ └── vpn-over-bgp-isis-sr-operation-core1-ler.p4 ├── 0100-mpls │ ├── Makefile │ ├── README.md │ ├── build.sh │ ├── clean.sh │ ├── mpls.p4 │ ├── p4_controller.py │ └── topology.json ├── 0101-rare-validated-design-bgp │ ├── Makefile │ ├── c1 │ │ ├── c1-hw.txt │ │ └── c1-sw.txt │ ├── c2 │ │ ├── c2-hw.txt │ │ └── c2-sw.txt │ ├── c3 │ │ ├── c3-hw.txt │ │ └── c3-sw.txt │ ├── c4 │ │ ├── c4-hw.txt │ │ └── c4-sw.txt │ ├── c5 │ │ ├── c5-hw.txt │ │ └── c5-sw.txt │ ├── c6 │ │ ├── c6-hw.txt │ │ └── c6-sw.txt │ ├── c7 │ │ ├── c7-hw.txt │ │ └── c7-sw.txt │ ├── c8 │ │ ├── c8-hw.txt │ │ └── c8-sw.txt │ ├── lib │ │ ├── rtr.err │ │ ├── rtr.jar │ │ └── rtr.rld │ ├── rr1 │ │ ├── rr1-hw.txt │ │ └── rr1-sw.txt │ └── rr2 │ │ ├── rr2-hw.txt │ │ └── rr2-sw.txt ├── 0666-simple-packet-inout │ ├── build │ │ ├── simple-packet-inout.json │ │ ├── simple-packet-inout.p4i │ │ └── simple-packet-inout.txt │ └── p4src │ │ ├── Makefile │ │ ├── include │ │ ├── const.p4 │ │ ├── ethertype.p4 │ │ ├── ip-protocol.p4 │ │ ├── p4-switch-port.p4 │ │ └── p4-table.p4 │ │ └── simple-packet-inout.p4 └── codex │ ├── README.md │ ├── enum.p4 │ ├── l2.p4 │ ├── l3.p4 │ ├── l4.p4 │ └── l567.p4 ├── 01-P-labs └── README.md ├── 02-PE-labs ├── 0000-topology-A │ ├── Makefile │ └── bin │ │ ├── bundle.bin │ │ ├── freertr.sh │ │ ├── hdlcInt.bin │ │ ├── mapInt.bin │ │ ├── modem.bin │ │ ├── pcapInt.bin │ │ ├── rawInt.bin │ │ ├── rtr.jar │ │ ├── rtr.rld │ │ ├── setup_core1.sh │ │ ├── setup_p4-core1.sh │ │ ├── setup_r1.sh │ │ ├── setup_r2.sh │ │ ├── setup_r3.sh │ │ ├── setup_r4.sh │ │ ├── stdLin.bin │ │ ├── tapInt.bin │ │ ├── teardown_core1.sh │ │ ├── teardown_p4-core1.sh │ │ ├── teardown_r1.sh │ │ ├── teardown_r2.sh │ │ ├── teardown_r3.sh │ │ ├── teardown_r4.sh │ │ ├── ttyLin.bin │ │ └── vlan.bin ├── 0000-topology-B │ ├── Makefile │ ├── README.md │ ├── bin │ ├── run │ │ ├── c1 │ │ │ ├── c1-hw.txt │ │ │ └── c1-sw.txt │ │ ├── c2 │ │ │ ├── c2-hw.txt │ │ │ └── c2-sw.txt │ │ ├── c3 │ │ │ ├── c3-hw.txt │ │ │ └── c3-sw.txt │ │ ├── c4 │ │ │ ├── c4-hw.txt │ │ │ └── c4-sw.txt │ │ ├── c5 │ │ │ ├── c5-hw.txt │ │ │ └── c5-sw.txt │ │ ├── c6 │ │ │ ├── c6-hw.txt │ │ │ └── c6-sw.txt │ │ ├── c7 │ │ │ ├── c7-hw.txt │ │ │ └── c7-sw.txt │ │ ├── c8 │ │ │ ├── c8-hw.txt │ │ │ └── c8-sw.txt │ │ ├── r10 │ │ │ ├── r10-hw.txt │ │ │ └── r10-sw.txt │ │ ├── r11 │ │ │ ├── r11-hw.txt │ │ │ └── r11-sw.txt │ │ ├── r12 │ │ │ ├── r12-hw.txt │ │ │ └── r12-sw.txt │ │ └── r9 │ │ │ ├── r9-hw.txt │ │ │ └── r9-sw.txt │ ├── topology.dia │ └── topology.png ├── 0001-vpn-over-bgp-isis-sr-operation │ ├── Makefile │ ├── README.md │ ├── bin │ └── run │ │ ├── core1 │ │ ├── core1-hw.txt │ │ └── core1-sw.txt │ │ ├── r1 │ │ ├── r1-hw.txt │ │ └── r1-sw.txt │ │ ├── r2 │ │ ├── r2-hw.txt │ │ └── r2-sw.txt │ │ ├── r3 │ │ ├── r3-hw.txt │ │ └── r3-sw.txt │ │ └── r4 │ │ ├── r4-hw.txt │ │ └── r4-sw.txt ├── 0002-vpn-over-bgp-ospf-sr-operation │ ├── Makefile │ ├── README.md │ ├── bin │ └── run │ │ ├── core1 │ │ ├── core1-hw.txt │ │ └── core1-sw.txt │ │ ├── r1 │ │ ├── r1-hw.txt │ │ └── r1-sw.txt │ │ ├── r2 │ │ ├── r2-hw.txt │ │ └── r2-sw.txt │ │ ├── r3 │ │ ├── r3-hw.txt │ │ └── r3-sw.txt │ │ └── r4 │ │ ├── r4-hw.txt │ │ └── r4-sw.txt ├── README.md ├── p4src │ ├── forwarder.py │ ├── include │ │ ├── cst_cpu_port.p4 │ │ ├── cst_ethertype.p4 │ │ ├── cst_ip_protocol.p4 │ │ ├── cst_table_size.p4 │ │ ├── def_types.p4 │ │ ├── eg_ctl.p4 │ │ ├── eg_ctl_acl_out.p4 │ │ ├── eg_ctl_compute_checksum.p4 │ │ ├── eg_ctl_dprs.p4 │ │ ├── eg_ctl_hairpin.p4 │ │ ├── eg_ctl_mcast.p4 │ │ ├── eg_ctl_nexthop.p4 │ │ ├── eg_ctl_outport.p4 │ │ ├── eg_ctl_qos_out.p4 │ │ ├── eg_ctl_sgt.p4 │ │ ├── eg_ctl_vlan_out.p4 │ │ ├── hdr_amt.p4 │ │ ├── hdr_arp.p4 │ │ ├── hdr_bier.p4 │ │ ├── hdr_cpu.p4 │ │ ├── hdr_etherip.p4 │ │ ├── hdr_ethernet.p4 │ │ ├── hdr_gre.p4 │ │ ├── hdr_gtp.p4 │ │ ├── hdr_ig_headers.p4 │ │ ├── hdr_ipv4.p4 │ │ ├── hdr_ipv6.p4 │ │ ├── hdr_l2tp.p4 │ │ ├── hdr_l3tp.p4 │ │ ├── hdr_llc.p4 │ │ ├── hdr_mpls.p4 │ │ ├── hdr_nsh.p4 │ │ ├── hdr_polka.p4 │ │ ├── hdr_pppbr.p4 │ │ ├── hdr_pppoe.p4 │ │ ├── hdr_recir_headers.p4 │ │ ├── hdr_sgt.p4 │ │ ├── hdr_tcp.p4 │ │ ├── hdr_tmux.p4 │ │ ├── hdr_udp.p4 │ │ ├── hdr_vlan.p4 │ │ ├── hdr_vxlan.p4 │ │ ├── ig_ctl.p4 │ │ ├── ig_ctl_acl_in.p4 │ │ ├── ig_ctl_acl_out.p4 │ │ ├── ig_ctl_arp.p4 │ │ ├── ig_ctl_bridge.p4 │ │ ├── ig_ctl_bundle.p4 │ │ ├── ig_ctl_copp.p4 │ │ ├── ig_ctl_flowspec.p4 │ │ ├── ig_ctl_frag.p4 │ │ ├── ig_ctl_ipv4.p4 │ │ ├── ig_ctl_ipv4b.p4 │ │ ├── ig_ctl_ipv4c.p4 │ │ ├── ig_ctl_ipv6.p4 │ │ ├── ig_ctl_ipv6b.p4 │ │ ├── ig_ctl_ipv6c.p4 │ │ ├── ig_ctl_llc.p4 │ │ ├── ig_ctl_mcast.p4 │ │ ├── ig_ctl_mpls.p4 │ │ ├── ig_ctl_nat.p4 │ │ ├── ig_ctl_nsh.p4 │ │ ├── ig_ctl_outport.p4 │ │ ├── ig_ctl_pbr.p4 │ │ ├── ig_ctl_polka.p4 │ │ ├── ig_ctl_pppoe.p4 │ │ ├── ig_ctl_qos_in.p4 │ │ ├── ig_ctl_qos_out.p4 │ │ ├── ig_ctl_rate_in.p4 │ │ ├── ig_ctl_rate_out.p4 │ │ ├── ig_ctl_rewrites.p4 │ │ ├── ig_ctl_sgt.p4 │ │ ├── ig_ctl_tunnel.p4 │ │ ├── ig_ctl_verify_checksum.p4 │ │ ├── ig_ctl_vlan_in.p4 │ │ ├── ig_ctl_vrf.p4 │ │ ├── ig_prs_main.p4 │ │ └── mtd_ig_metadata.p4 │ ├── p4runtime_lib │ │ ├── __init__.py │ │ ├── bmv2.py │ │ ├── convert.py │ │ ├── error_utils.py │ │ ├── helper.py │ │ ├── simple_controller.py │ │ └── switch.py │ └── router.p4 ├── update-jar.sh └── update-src.sh ├── README.md ├── nixos ├── Makefile ├── RARE-env.nix ├── README.md ├── overlays-compat │ └── overlays.nix └── overlays │ ├── PI │ └── default.nix │ ├── bmv2 │ └── default.nix │ ├── overlays.nix │ ├── p4c │ └── default.nix │ └── p4runtime │ └── default.nix ├── resources ├── 0000-topology-mono-cpu-port.png ├── 0000-topology-vlan.png ├── 0000-topology.png ├── 0100-mpls.png ├── coming-soon.png ├── rare-partners.md └── rare-partners.png └── utils ├── Makefile ├── monitor.py ├── netstat.py ├── p4_mininet.py ├── p4runtime_lib ├── __init__.py ├── bmv2.py ├── convert.py ├── helper.py ├── simple_controller.py └── switch.py ├── pktgen ├── receiver.py └── sender.py ├── run_exercise.py └── tutor_controller.py /.gitignore: -------------------------------------------------------------------------------- 1 | *.py[oc] 2 | ._* 3 | .DS_Store 4 | *.log 5 | *~ 6 | -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/README.md -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/bundle.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/bundle.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/freertr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/freertr.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/hdlcInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/hdlcInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/mapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/mapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/modem.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/modem.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/pcapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/pcapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/rawInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/rawInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/rtr.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/rtr.jar -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/rtr.rld: -------------------------------------------------------------------------------- 1 | code#8=exception 2 | -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/setup_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/setup_core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/setup_cpe1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/setup_cpe1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/setup_cpe2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/setup_cpe2.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/setup_cpe3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/setup_cpe3.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/setup_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/setup_p4-core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/stdLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/stdLin.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/tapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/tapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/teardown_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/teardown_core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/teardown_cpe1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/teardown_cpe1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/teardown_cpe2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/teardown_cpe2.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/teardown_cpe3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/teardown_cpe3.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/teardown_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/teardown_p4-core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/ttyLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/ttyLin.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/bin/vlan.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/bin/vlan.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/run/core1/core1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/run/core1/core1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/run/core1/core1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/run/core1/core1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/run/cpe1/cpe1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/run/cpe1/cpe1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/run/cpe1/cpe1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/run/cpe1/cpe1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/run/cpe2/cpe2-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/run/cpe2/cpe2-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/run/cpe2/cpe2-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/run/cpe2/cpe2-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/run/cpe3/cpe3-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/run/cpe3/cpe3-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-B/run/cpe3/cpe3-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-B/run/cpe3/cpe3-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/README.md -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/bundle.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/bundle.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/freertr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/freertr.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/hdlcInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/hdlcInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/mapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/mapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/modem.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/modem.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/pcapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/pcapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/rawInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/rawInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/rtr.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/rtr.jar -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/rtr.rld: -------------------------------------------------------------------------------- 1 | code#8=exception 2 | -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/setup_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/setup_core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/setup_cpe1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/setup_cpe1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/setup_cpe2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/setup_cpe2.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/setup_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/setup_p4-core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/stdLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/stdLin.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/tapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/tapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/teardown_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/teardown_core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/teardown_cpe1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/teardown_cpe1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/teardown_cpe2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/teardown_cpe2.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/teardown_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/teardown_p4-core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/ttyLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/ttyLin.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/bin/vlan.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/bin/vlan.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/run/core1/core1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/run/core1/core1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/run/core1/core1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/run/core1/core1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/run/core1/eth0.pcap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/run/core1/eth0.pcap -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/run/cpe1/cpe1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/run/cpe1/cpe1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/run/cpe1/cpe1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/run/cpe1/cpe1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/run/cpe2/cpe2-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/run/cpe2/cpe2-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-C/run/cpe2/cpe2-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-C/run/cpe2/cpe2-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/README.md -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/bundle.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/bundle.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/freertr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/freertr.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/hdlcInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/hdlcInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/mapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/mapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/modem.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/modem.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/pcapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/pcapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/rawInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/rawInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/rtr.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/rtr.jar -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/rtr.rld: -------------------------------------------------------------------------------- 1 | code#8=exception 2 | -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/setup_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/setup_core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/setup_cpe1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/setup_cpe1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/setup_cpe2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/setup_cpe2.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/setup_cpe3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/setup_cpe3.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/setup_cpe4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/setup_cpe4.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/setup_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/setup_p4-core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/stdLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/stdLin.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/tapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/tapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/teardown_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/teardown_core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/teardown_cpe1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/teardown_cpe1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/teardown_cpe2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/teardown_cpe2.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/teardown_cpe3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/teardown_cpe3.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/teardown_cpe4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/teardown_cpe4.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/teardown_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/teardown_p4-core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/ttyLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/ttyLin.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/bin/vlan.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/bin/vlan.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/core1/core1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/core1/core1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/core1/core1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/core1/core1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/cpe1/cpe1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/cpe1/cpe1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/cpe1/cpe1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/cpe1/cpe1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/cpe2/cpe2-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/cpe2/cpe2-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/cpe2/cpe2-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/cpe2/cpe2-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/cpe3/cpe3-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/cpe3/cpe3-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/cpe3/cpe3-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/cpe3/cpe3-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/cpe4/cpe4-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/cpe4/cpe4-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-D/run/cpe4/cpe4-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-D/run/cpe4/cpe4-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-VLAN/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-VLAN/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-VLAN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-VLAN/README.md -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-VLAN/bin/setup_addressing.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-VLAN/bin/setup_addressing.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-VLAN/bin/setup_host.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-VLAN/bin/setup_host.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology-VLAN/bin/teardown_host.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology-VLAN/bin/teardown_host.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/README.md -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/bundle.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/bundle.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/freertr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/freertr.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/hdlcInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/hdlcInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/mapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/mapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/modem.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/modem.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/pcapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/pcapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/rawInt.bin.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/rawInt.bin.in -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/rtr.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/rtr.jar -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/rtr.rld: -------------------------------------------------------------------------------- 1 | code#8=exception 2 | -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/setup_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/setup_core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/setup_cpe1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/setup_cpe1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/setup_cpe2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/setup_cpe2.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/setup_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/setup_p4-core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/stdLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/stdLin.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/tapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/tapInt.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/teardown_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/teardown_core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/teardown_cpe1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/teardown_cpe1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/teardown_cpe2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/teardown_cpe2.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/teardown_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/teardown_p4-core1.sh -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/ttyLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/ttyLin.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/bin/vlan.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/bin/vlan.bin -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/run/core1/core1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/run/core1/core1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/run/core1/core1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/run/core1/core1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/run/cpe1/cpe1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/run/cpe1/cpe1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/run/cpe1/cpe1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/run/cpe1/cpe1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/run/cpe2/cpe2-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/run/cpe2/cpe2-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0000-topology/run/cpe2/cpe2-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0000-topology/run/cpe2/cpe2-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/unoptimized-ipv4-forwarding.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0001-unoptimized-ipv4-forwarding/p4src/unoptimized-ipv4-forwarding.p4 -------------------------------------------------------------------------------- /00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/unoptimized-ipv4-forwarding.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0002-static-routing-ipv4-forwarding/p4src/unoptimized-ipv4-forwarding.p4 -------------------------------------------------------------------------------- /00-unit-labs/0003-optimized-ipv4-forwarding/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0003-optimized-ipv4-forwarding/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0003-optimized-ipv4-forwarding/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0003-optimized-ipv4-forwarding/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0003-optimized-ipv4-forwarding/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0003-optimized-ipv4-forwarding/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0003-optimized-ipv4-forwarding/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0003-optimized-ipv4-forwarding/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0003-optimized-ipv4-forwarding/p4src/optimized-ipv4-forwarding.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0003-optimized-ipv4-forwarding/p4src/optimized-ipv4-forwarding.p4 -------------------------------------------------------------------------------- /00-unit-labs/0003-optimized-ipv4-forwarding/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0003-optimized-ipv4-forwarding/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0004-isis-operation/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0004-isis-operation/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0004-isis-operation/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0004-isis-operation/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0004-isis-operation/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0004-isis-operation/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0004-isis-operation/p4src/include/p4-switch-port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0004-isis-operation/p4src/include/p4-switch-port.p4 -------------------------------------------------------------------------------- /00-unit-labs/0004-isis-operation/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0004-isis-operation/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0004-isis-operation/p4src/isis-operation.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0004-isis-operation/p4src/isis-operation.p4 -------------------------------------------------------------------------------- /00-unit-labs/0004-isis-operation/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0004-isis-operation/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0005-defauld-ldp-operation/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0005-defauld-ldp-operation/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0005-defauld-ldp-operation/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0005-defauld-ldp-operation/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0005-defauld-ldp-operation/p4src/defauld-ldp-operation.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0005-defauld-ldp-operation/p4src/defauld-ldp-operation.p4 -------------------------------------------------------------------------------- /00-unit-labs/0005-defauld-ldp-operation/p4src/include/const.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/const.p4 -------------------------------------------------------------------------------- /00-unit-labs/0005-defauld-ldp-operation/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0005-defauld-ldp-operation/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0005-defauld-ldp-operation/p4src/include/p4-switch-port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0005-defauld-ldp-operation/p4src/include/p4-switch-port.p4 -------------------------------------------------------------------------------- /00-unit-labs/0005-defauld-ldp-operation/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0005-defauld-ldp-operation/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0005-defauld-ldp-operation/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0005-defauld-ldp-operation/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0006-ipv4-isis-sr-operation/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0006-ipv4-isis-sr-operation/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0006-ipv4-isis-sr-operation/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0006-ipv4-isis-sr-operation/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0006-ipv4-isis-sr-operation/p4src/include/const.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/const.p4 -------------------------------------------------------------------------------- /00-unit-labs/0006-ipv4-isis-sr-operation/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0006-ipv4-isis-sr-operation/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0006-ipv4-isis-sr-operation/p4src/include/p4-switch-port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0006-ipv4-isis-sr-operation/p4src/include/p4-switch-port.p4 -------------------------------------------------------------------------------- /00-unit-labs/0006-ipv4-isis-sr-operation/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0006-ipv4-isis-sr-operation/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0006-ipv4-isis-sr-operation/p4src/ipv4-isis-sr-operation.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0006-ipv4-isis-sr-operation/p4src/ipv4-isis-sr-operation.p4 -------------------------------------------------------------------------------- /00-unit-labs/0006-ipv4-isis-sr-operation/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0006-ipv4-isis-sr-operation/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/include/const.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/const.p4 -------------------------------------------------------------------------------- /00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/include/p4-switch-port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/include/p4-switch-port.p4 -------------------------------------------------------------------------------- /00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/vpn-over-bgp-isis-sr-operation-core1-lsr.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0007-vpn-over-bgp-isis-sr-operation-core1-lsr/p4src/vpn-over-bgp-isis-sr-operation-core1-lsr.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/Makefile.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/Makefile.local -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ethernet.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ethernet.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/headers.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/headers.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ipv4.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ipv4.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ipv6.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/ipv6.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/l3_ipv6.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/l3_ipv6.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/types.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/types.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/validate_ipv6.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/include/validate_ipv6.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/tables.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/tables.in -------------------------------------------------------------------------------- /00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/unoptimized-ipv6-forwarding.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-unoptimized-ipv6-forwarding/p4src/unoptimized-ipv6-forwarding.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-vlan/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-vlan/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0008-vlan/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-vlan/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0008-vlan/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-vlan/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-vlan/p4src/include/p4-switch-port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-vlan/p4src/include/p4-switch-port.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-vlan/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-vlan/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0008-vlan/p4src/switch-commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-vlan/p4src/switch-commands.txt -------------------------------------------------------------------------------- /00-unit-labs/0008-vlan/p4src/vlan-operation.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0008-vlan/p4src/vlan-operation.p4 -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/include/const.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/const.p4 -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/include/p4-switch-port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/include/p4-switch-port.p4 -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4 -------------------------------------------------------------------------------- /00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0009-vpn-over-bgp-isis-sr-operation-core1-ler/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4.save -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/build/vpn-over-bgp-isis-sr-operation-core1-ler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/build/vpn-over-bgp-isis-sr-operation-core1-ler.json -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/build/vpn-over-bgp-isis-sr-operation-core1-ler.p4i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/build/vpn-over-bgp-isis-sr-operation-core1-ler.p4i -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/build/vpn-over-bgp-isis-sr-operation-core1-ler.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/build/vpn-over-bgp-isis-sr-operation-core1-ler.txt -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/include/const.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/const.p4 -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/include/p4-switch-port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/include/p4-switch-port.p4 -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4 -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4.backup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4.backup -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.1.txt -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.2.txt -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.3.txt -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.out -------------------------------------------------------------------------------- /00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0050-vpn-over-bgp-isis-sr-operation-core1-ler-not-working/run/log/p4-core1.txt -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/README.md -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/algoritm.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/algoritm.txt -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/forwarder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/forwarder.py -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/include/const.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/const.p4 -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/include/p4-switch-port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/include/p4-switch-port.p4 -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4-core1-cli.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4-core1-cli.txt -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4runtime_lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4runtime_lib/bmv2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4runtime_lib/bmv2.py -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4runtime_lib/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4runtime_lib/convert.py -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4runtime_lib/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4runtime_lib/helper.py -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4runtime_lib/switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/p4runtime_lib/switch.py -------------------------------------------------------------------------------- /00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0051-vpn-over-bgp-isis-sr-operation-core1-ler-packetin-packetout_testing/p4src/vpn-over-bgp-isis-sr-operation-core1-ler.p4 -------------------------------------------------------------------------------- /00-unit-labs/0100-mpls/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0100-mpls/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0100-mpls/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0100-mpls/README.md -------------------------------------------------------------------------------- /00-unit-labs/0100-mpls/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0100-mpls/build.sh -------------------------------------------------------------------------------- /00-unit-labs/0100-mpls/clean.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0100-mpls/clean.sh -------------------------------------------------------------------------------- /00-unit-labs/0100-mpls/mpls.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0100-mpls/mpls.p4 -------------------------------------------------------------------------------- /00-unit-labs/0100-mpls/p4_controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0100-mpls/p4_controller.py -------------------------------------------------------------------------------- /00-unit-labs/0100-mpls/topology.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0100-mpls/topology.json -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c1/c1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c1/c1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c1/c1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c1/c1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c2/c2-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c2/c2-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c2/c2-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c2/c2-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c3/c3-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c3/c3-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c3/c3-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c3/c3-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c4/c4-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c4/c4-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c4/c4-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c4/c4-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c5/c5-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c5/c5-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c5/c5-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c5/c5-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c6/c6-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c6/c6-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c6/c6-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c6/c6-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c7/c7-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c7/c7-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c7/c7-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c7/c7-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c8/c8-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c8/c8-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/c8/c8-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/c8/c8-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/lib/rtr.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/lib/rtr.err -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/lib/rtr.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/lib/rtr.jar -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/lib/rtr.rld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/lib/rtr.rld -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/rr1/rr1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/rr1/rr1-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/rr1/rr1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/rr1/rr1-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/rr2/rr2-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/rr2/rr2-hw.txt -------------------------------------------------------------------------------- /00-unit-labs/0101-rare-validated-design-bgp/rr2/rr2-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0101-rare-validated-design-bgp/rr2/rr2-sw.txt -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/build/simple-packet-inout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0666-simple-packet-inout/build/simple-packet-inout.json -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/build/simple-packet-inout.p4i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0666-simple-packet-inout/build/simple-packet-inout.p4i -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/build/simple-packet-inout.txt: -------------------------------------------------------------------------------- 1 | pkg_info { 2 | arch: "v1model" 3 | } 4 | -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/p4src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0666-simple-packet-inout/p4src/Makefile -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/p4src/include/const.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/const.p4 -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/p4src/include/ethertype.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ethertype.p4 -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/p4src/include/ip-protocol.p4: -------------------------------------------------------------------------------- 1 | ../../../../include/ip-protocol.p4 -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/p4src/include/p4-switch-port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0666-simple-packet-inout/p4src/include/p4-switch-port.p4 -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/p4src/include/p4-table.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0666-simple-packet-inout/p4src/include/p4-table.p4 -------------------------------------------------------------------------------- /00-unit-labs/0666-simple-packet-inout/p4src/simple-packet-inout.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/0666-simple-packet-inout/p4src/simple-packet-inout.p4 -------------------------------------------------------------------------------- /00-unit-labs/codex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/codex/README.md -------------------------------------------------------------------------------- /00-unit-labs/codex/enum.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/codex/enum.p4 -------------------------------------------------------------------------------- /00-unit-labs/codex/l2.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/codex/l2.p4 -------------------------------------------------------------------------------- /00-unit-labs/codex/l3.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/codex/l3.p4 -------------------------------------------------------------------------------- /00-unit-labs/codex/l4.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/codex/l4.p4 -------------------------------------------------------------------------------- /00-unit-labs/codex/l567.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/00-unit-labs/codex/l567.p4 -------------------------------------------------------------------------------- /01-P-labs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/01-P-labs/README.md -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/Makefile -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/bundle.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/bundle.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/freertr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/freertr.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/hdlcInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/hdlcInt.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/mapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/mapInt.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/modem.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/modem.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/pcapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/pcapInt.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/rawInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/rawInt.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/rtr.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/rtr.jar -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/rtr.rld: -------------------------------------------------------------------------------- 1 | code#3=user requested 2 | -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/setup_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/setup_core1.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/setup_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/setup_p4-core1.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/setup_r1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/setup_r1.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/setup_r2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/setup_r2.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/setup_r3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/setup_r3.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/setup_r4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/setup_r4.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/stdLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/stdLin.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/tapInt.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/tapInt.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/teardown_core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/teardown_core1.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/teardown_p4-core1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/teardown_p4-core1.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/teardown_r1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/teardown_r1.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/teardown_r2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/teardown_r2.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/teardown_r3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/teardown_r3.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/teardown_r4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/teardown_r4.sh -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/ttyLin.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/ttyLin.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-A/bin/vlan.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-A/bin/vlan.bin -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/Makefile -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/README.md -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/bin: -------------------------------------------------------------------------------- 1 | ../0000-topology-A/bin/ -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c1/c1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c1/c1-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c1/c1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c1/c1-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c2/c2-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c2/c2-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c2/c2-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c2/c2-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c3/c3-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c3/c3-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c3/c3-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c3/c3-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c4/c4-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c4/c4-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c4/c4-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c4/c4-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c5/c5-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c5/c5-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c5/c5-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c5/c5-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c6/c6-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c6/c6-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c6/c6-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c6/c6-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c7/c7-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c7/c7-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c7/c7-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c7/c7-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c8/c8-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c8/c8-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/c8/c8-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/c8/c8-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/r10/r10-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/r10/r10-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/r10/r10-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/r10/r10-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/r11/r11-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/r11/r11-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/r11/r11-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/r11/r11-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/r12/r12-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/r12/r12-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/r12/r12-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/r12/r12-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/r9/r9-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/r9/r9-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/run/r9/r9-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/run/r9/r9-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/topology.dia: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/topology.dia -------------------------------------------------------------------------------- /02-PE-labs/0000-topology-B/topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0000-topology-B/topology.png -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/Makefile: -------------------------------------------------------------------------------- 1 | ../0000-topology-A/Makefile -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/README.md -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/bin: -------------------------------------------------------------------------------- 1 | ../0000-topology-A/bin/ -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/core1/core1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/core1/core1-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/core1/core1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/core1/core1-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r1/r1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r1/r1-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r1/r1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r1/r1-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r2/r2-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r2/r2-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r2/r2-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r2/r2-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r3/r3-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r3/r3-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r3/r3-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r3/r3-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r4/r4-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r4/r4-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r4/r4-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0001-vpn-over-bgp-isis-sr-operation/run/r4/r4-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/Makefile: -------------------------------------------------------------------------------- 1 | ../0000-topology-A/Makefile -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/README.md -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/bin: -------------------------------------------------------------------------------- 1 | ../0000-topology-A/bin/ -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/core1/core1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/core1/core1-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/core1/core1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/core1/core1-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r1/r1-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r1/r1-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r1/r1-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r1/r1-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r2/r2-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r2/r2-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r2/r2-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r2/r2-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r3/r3-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r3/r3-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r3/r3-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r3/r3-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r4/r4-hw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r4/r4-hw.txt -------------------------------------------------------------------------------- /02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r4/r4-sw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/0002-vpn-over-bgp-ospf-sr-operation/run/r4/r4-sw.txt -------------------------------------------------------------------------------- /02-PE-labs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/README.md -------------------------------------------------------------------------------- /02-PE-labs/p4src/forwarder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/forwarder.py -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/cst_cpu_port.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/cst_cpu_port.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/cst_ethertype.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/cst_ethertype.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/cst_ip_protocol.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/cst_ip_protocol.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/cst_table_size.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/cst_table_size.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/def_types.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/def_types.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_acl_out.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_acl_out.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_compute_checksum.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_compute_checksum.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_dprs.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_dprs.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_hairpin.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_hairpin.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_mcast.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_mcast.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_nexthop.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_nexthop.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_outport.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_outport.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_qos_out.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_qos_out.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_sgt.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_sgt.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/eg_ctl_vlan_out.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/eg_ctl_vlan_out.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_amt.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_amt.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_arp.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_arp.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_bier.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_bier.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_cpu.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_cpu.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_etherip.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_etherip.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_ethernet.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_ethernet.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_gre.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_gre.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_gtp.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_gtp.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_ig_headers.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_ig_headers.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_ipv4.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_ipv4.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_ipv6.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_ipv6.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_l2tp.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_l2tp.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_l3tp.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_l3tp.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_llc.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_llc.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_mpls.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_mpls.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_nsh.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_nsh.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_polka.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_polka.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_pppbr.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_pppbr.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_pppoe.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_pppoe.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_recir_headers.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_recir_headers.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_sgt.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_sgt.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_tcp.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_tcp.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_tmux.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_tmux.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_udp.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_udp.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_vlan.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_vlan.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/hdr_vxlan.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/hdr_vxlan.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_acl_in.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_acl_in.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_acl_out.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_acl_out.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_arp.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_arp.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_bridge.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_bridge.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_bundle.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_bundle.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_copp.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_copp.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_flowspec.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_flowspec.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_frag.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_frag.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_ipv4.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_ipv4.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_ipv4b.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_ipv4b.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_ipv4c.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_ipv4c.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_ipv6.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_ipv6.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_ipv6b.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_ipv6b.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_ipv6c.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_ipv6c.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_llc.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_llc.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_mcast.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_mcast.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_mpls.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_mpls.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_nat.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_nat.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_nsh.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_nsh.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_outport.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_outport.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_pbr.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_pbr.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_polka.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_polka.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_pppoe.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_pppoe.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_qos_in.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_qos_in.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_qos_out.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_qos_out.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_rate_in.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_rate_in.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_rate_out.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_rate_out.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_rewrites.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_rewrites.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_sgt.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_sgt.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_tunnel.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_tunnel.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_verify_checksum.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_verify_checksum.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_vlan_in.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_vlan_in.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_ctl_vrf.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_ctl_vrf.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/ig_prs_main.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/ig_prs_main.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/include/mtd_ig_metadata.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/include/mtd_ig_metadata.p4 -------------------------------------------------------------------------------- /02-PE-labs/p4src/p4runtime_lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /02-PE-labs/p4src/p4runtime_lib/bmv2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/p4runtime_lib/bmv2.py -------------------------------------------------------------------------------- /02-PE-labs/p4src/p4runtime_lib/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/p4runtime_lib/convert.py -------------------------------------------------------------------------------- /02-PE-labs/p4src/p4runtime_lib/error_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/p4runtime_lib/error_utils.py -------------------------------------------------------------------------------- /02-PE-labs/p4src/p4runtime_lib/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/p4runtime_lib/helper.py -------------------------------------------------------------------------------- /02-PE-labs/p4src/p4runtime_lib/simple_controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/p4runtime_lib/simple_controller.py -------------------------------------------------------------------------------- /02-PE-labs/p4src/p4runtime_lib/switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/p4runtime_lib/switch.py -------------------------------------------------------------------------------- /02-PE-labs/p4src/router.p4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/p4src/router.p4 -------------------------------------------------------------------------------- /02-PE-labs/update-jar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/update-jar.sh -------------------------------------------------------------------------------- /02-PE-labs/update-src.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/02-PE-labs/update-src.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/README.md -------------------------------------------------------------------------------- /nixos/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/nixos/Makefile -------------------------------------------------------------------------------- /nixos/RARE-env.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/nixos/RARE-env.nix -------------------------------------------------------------------------------- /nixos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/nixos/README.md -------------------------------------------------------------------------------- /nixos/overlays-compat/overlays.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/nixos/overlays-compat/overlays.nix -------------------------------------------------------------------------------- /nixos/overlays/PI/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/nixos/overlays/PI/default.nix -------------------------------------------------------------------------------- /nixos/overlays/bmv2/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/nixos/overlays/bmv2/default.nix -------------------------------------------------------------------------------- /nixos/overlays/overlays.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/nixos/overlays/overlays.nix -------------------------------------------------------------------------------- /nixos/overlays/p4c/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/nixos/overlays/p4c/default.nix -------------------------------------------------------------------------------- /nixos/overlays/p4runtime/default.nix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/nixos/overlays/p4runtime/default.nix -------------------------------------------------------------------------------- /resources/0000-topology-mono-cpu-port.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/resources/0000-topology-mono-cpu-port.png -------------------------------------------------------------------------------- /resources/0000-topology-vlan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/resources/0000-topology-vlan.png -------------------------------------------------------------------------------- /resources/0000-topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/resources/0000-topology.png -------------------------------------------------------------------------------- /resources/0100-mpls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/resources/0100-mpls.png -------------------------------------------------------------------------------- /resources/coming-soon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/resources/coming-soon.png -------------------------------------------------------------------------------- /resources/rare-partners.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/resources/rare-partners.md -------------------------------------------------------------------------------- /resources/rare-partners.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/resources/rare-partners.png -------------------------------------------------------------------------------- /utils/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/Makefile -------------------------------------------------------------------------------- /utils/monitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/monitor.py -------------------------------------------------------------------------------- /utils/netstat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/netstat.py -------------------------------------------------------------------------------- /utils/p4_mininet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/p4_mininet.py -------------------------------------------------------------------------------- /utils/p4runtime_lib/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /utils/p4runtime_lib/bmv2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/p4runtime_lib/bmv2.py -------------------------------------------------------------------------------- /utils/p4runtime_lib/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/p4runtime_lib/convert.py -------------------------------------------------------------------------------- /utils/p4runtime_lib/helper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/p4runtime_lib/helper.py -------------------------------------------------------------------------------- /utils/p4runtime_lib/simple_controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/p4runtime_lib/simple_controller.py -------------------------------------------------------------------------------- /utils/p4runtime_lib/switch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/p4runtime_lib/switch.py -------------------------------------------------------------------------------- /utils/pktgen/receiver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/pktgen/receiver.py -------------------------------------------------------------------------------- /utils/pktgen/sender.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/pktgen/sender.py -------------------------------------------------------------------------------- /utils/run_exercise.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/run_exercise.py -------------------------------------------------------------------------------- /utils/tutor_controller.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rare-freertr/RARE-bmv2/HEAD/utils/tutor_controller.py --------------------------------------------------------------------------------