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

Add HTTP Download Method for Latest RIB #72

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jan 19, 2021

  1. Add Support for Compressed As-Names Files

    Previously, users were not able to pass in a compressed As-Names file,
    but they were able to pass in a compressed IP-ASN Database.  For those
    trying to work with a single file-format / or compression apporach, this
    feature enables that.
    mansweet committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    42e089b View commit details
    Browse the repository at this point in the history
  2. Add Support for Compressed As-Names Files

    Previously, users were not able to pass in a compressed As-Names file,
    but they were able to pass in a compressed IP-ASN Database.  For those
    trying to work with a single file-format / or compression apporach, this
    feature enables that.
    mansweet committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    befb222 View commit details
    Browse the repository at this point in the history
  3. Clean Up Unit Test

    mansweet authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    4c2a9f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    3e9db5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd553cd View commit details
    Browse the repository at this point in the history
  3. Make Imports PEP-8 Compliant

    mansweet committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    4a48418 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d871215 View commit details
    Browse the repository at this point in the history
  5. Add HTTP Download Option

    Previously, FTP download options were the only option.  For those of us
    operating behind stricter firewalls, FTP is sometimes blocked since
    it's harder to inspect packets.
    
    This commit adds the ability to download the BGP RIB file via HTTP.
    One should note that it only supports IPv4.
    mansweet committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    1907f85 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'add-http-download-method' of github.com:mansweet/pyasn …

    …into add-http-download-method
    mansweet committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    718b721 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    ac7e4b5 View commit details
    Browse the repository at this point in the history