RPSLng

1 program Added 2026-03-16T23:54:59Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Routing Policy Specification Language next generation, RPSL next generation
Provenance: commit 8a2c3689b8 · authored 2026-03-17T00:55:26+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

RPSL (0.68)RSL (0.34)RAISE (0.34)JFlex (0.32)Z (0.31)

LLM-contributed programs

Multi-protocol Routing Policy

Provenance: commit 8a2c3689b8 · authored 2026-03-17T00:55:26+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.rpsl · license: Public Domain · added: 2026-03-16T23:54:59Z
aut-num: AS65001
as-name: EXAMPLE-NETWORK

mp-import: afi ipv4.unicast
           from AS65002 action pref=100;
           accept {192.0.2.0/24, 198.51.100.0/24}

mp-import: afi ipv6.unicast
           from AS65002 action pref=100;
           accept {2001:db8::/32}

mp-import: afi ipv4.multicast
           from AS65002 accept ANY

mp-export: afi ipv4.unicast
           to AS65002 announce AS65001

mp-export: afi ipv6.unicast
           to AS65002 announce AS65001

mp-export: afi ipv4.multicast
           to AS65002 announce {232.0.0.0/8}

Contribute — propose a file extension

Tell us where to find evidence about RPSLng (mapped to pl/rpslng). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/RPSLng/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← RPSL RPython →