Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

IPv6 Support with single stack networks #544

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Conversation

majst01
Copy link
Contributor

@majst01 majst01 commented Jul 4, 2024

Actions Required

The ChildPrefixLength property was removed from the Partition Entity. Every TenantSupernetwork must now be configured with ChildPrefixLength accordingly.
This is done during startup in the database migration step and set to the same value as in the `Partition`.

Depends on:

replaces #152

TODO:

  • validate update request
  • store addressfamily in network immutable and validate prefixes on update

@majst01
Copy link
Contributor Author

majst01 commented Jul 7, 2024

With: https://docs.frrouting.org/en/latest/bgp.html#clicmd-neighbor-A.B.C.D-activate

test6# show bgp ipv6 unicast
BGP table version is 4, local router ID is 169.254.255.255, vrf id 0
Default local pref 100, local AS 4210000020
Status codes:  s suppressed, d damped, h history, * valid, > best, = multipath,
               i internal, r RIB-failure, S Stale, R Removed
Nexthop codes: @NNN nexthop's vrf id, < announce-nh-self
Origin codes:  i - IGP, e - EGP, ? - incomplete
RPKI validation codes: V valid, I invalid, N Not found

    Network          Next Hop            Metric LocPrf Weight Path
 *> ::/0             fe80::a8c1:abff:fea3:c28f(test6)
                                          1024         32768 ?
 *> fd00:a::1/128    ::(test6)                0         32768 ?
 *= fd00:a::2/128    lan1                                   0 4200000012 4210000030 ?
 *>                  lan0                                   0 4200000011 4210000030 ?

@majst01 majst01 force-pushed the ipv6-support branch 3 times, most recently from 0c1af36 to f06a13d Compare July 8, 2024 10:54
@majst01 majst01 changed the title IPv6 Support IPv6 Support with single stack networks Jul 16, 2024
@Gerrit91
Copy link
Contributor

This one is only kept for reference and is superseded by #549.

@majst01 majst01 mentioned this pull request Jul 25, 2024
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants