Skip to content

bugfix#132

Merged
natesales merged 1 commit intonatesales:mainfrom
netfreak98:main
Sep 26, 2022
Merged

bugfix#132
natesales merged 1 commit intonatesales:mainfrom
netfreak98:main

Conversation

@netfreak98
Copy link
Copy Markdown
Contributor

Replacing the delimiter is also required for standard communties. Otherwise the import and export of prefixes will not work:

Not working:
            bgp_community.add((49697:2200));
            bgp_large_community.add((49697,0,2200));
Working:
            bgp_community.add((49697,2200));
            bgp_large_community.add((49697,0,2200));

Replacing the delimiter is also required for standard communties. Otherwise the import and export of prefixes will not work:

Not working:
            bgp_community.add((49697:2200));
            bgp_large_community.add((49697,0,2200));


Working:
            bgp_community.add((49697,2200));
            bgp_large_community.add((49697,0,2200));
@natesales natesales merged commit 0d7f940 into natesales:main Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants