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

Fix rawconfig openbgpd #176

Merged
merged 5 commits into from
Sep 13, 2016
Merged

Fix rawconfig openbgpd #176

merged 5 commits into from
Sep 13, 2016

Conversation

brunostein
Copy link
Contributor

Fixed the OpenBGPD Raw Config.

@rbgarga
Copy link
Member

rbgarga commented Sep 2, 2016

@brunostein what happens with current setup already in config.xml?

@brunostein
Copy link
Contributor Author

brunostein commented Sep 5, 2016

@rbgarga the current raw config is breaking the config.xml file, therefore the bgpd.conf file is generated with errors.
Example:
<rawconfig> <item># This file was created by the package manager. Do not edit!^M</item> <item>^M</item> <item>AS 65001^M</item> <item>fib-update yes^M</item> <item>listen on 0.0.0.0^M</item> <item>network 10.10.10.0/24^M</item> <item>group &quot;grupo1&quot; {^M</item> <item> remote-as 65002^M</item> <item> neighbor 172.16.0.1 {^M</item> <item> descr &quot;teste&quot;^M</item> <item> set metric 5 ^M</item> <item> local-address 0.0.0.0^M</item> <item>}^M</item> <item>}^M</item> <item>deny from any^M</item> <item>deny to any^M</item> <item>allow from 172.16.0.1^M</item> <item>allow to 172.16.0.1^M</item> <item/> </rawconfig>

@dbaio
Copy link
Contributor

dbaio commented Sep 16, 2016

@brunostein @rbgarga
I think raw-config is still broken.
I will take a look deeper.

Without raw config:

bgpd -n -f bgpd.conf
configuration OK

file bgpd.conf
bgpd.conf: ASCII text

With raw config:

bgpd -n -f bgpd.conf
bgpd.conf:8: syntax error
bgpd.conf:9: syntax error
[snip]

file bgpd.conf
bgpd.conf: ASCII text, with CRLF line terminators

netgate-git-updates pushed a commit that referenced this pull request Apr 6, 2020
Changes since 1.5.3:

Interface:

    * A redesigned interface that works better for smaller screens (#176)
    * Improved fullscreen mode with an overlaid headerbar (#4)
    * The headerbar and the progress bar now auto-hide, for a distraction-free
      reading experience
    * Various location information, as well as a clock, can now be displayed in
      the footer (#175, #233)
    * A new location popover (Ctrl + L) that shows reading time estimates and
      allows skipping to locations (#155)
    * E-reader style navigation: go to the previous or next page by tapping on
      the left or right part of the view; tap on the middle to toggle header bar
      and progress bar
    * Annotations, bookmarks, and find results now show chapter titles (#162)
    * When looking up words in dictionaries, the query can now be edited (#156)
    * New shortcut for viewing metadata (Ctrl + I) and preferences (Ctrl + ,)
    * A new traditional menubar, which may be displayed depending on the desktop
      environment
    * Option to use a traditional titlebar and menubar instead of a headerbar
      (experimental)

Reading:

    * Continuous scrolling layout
    * Option to show decorative shadows that mimic the appearance of a real book
    * Ability to zoom in and zoom out (#117)
    * Improved image viewer with "save as" option
    * Open copies of a book in new windows (Ctrl + N)
    * Reload book (Ctrl + R)
    * New built-in themes: Gray, Solarized, Gruvbox, Nord

Text selection:

    * Ability to select text across pages
    * Find selected text in book
    * Speak selected text or from the selected location (#141)

Annotations:

    * Spellcheck notes (requires new optional dependency "gspell")
    * Export annotations to Markdown (#180)
    * Options to use custom colors for highlights

For publishers and developers:

    * Support for Apple Books theme attribute, which allows books to detect
      themes without JavaScript (#178)
    * WebKit's developer tools can be enabled

Breaking changes:

    * The settings schemas has been reorganized
    * The format for custom themes has changed
    * Locations are now 1024 characters in size

Bug fixes:

    * Fixed not restoring exact last location
    * Fixed navigation not working with scrolled layout
    * Fixed font size not changing when the book uses absolute-size keywords
      (#173)
    * Fixed text cut off at margin edge (#177)
    * Fixed unable to open books with "#" or "?" in the file name
netgate-git-updates pushed a commit that referenced this pull request Nov 20, 2021
Changes since 0.1.1:

> This version has some breaking changes in the config file and, you will
need to regenerate the config for all features to work.

- The tool is now compatible with next-gen/team-managed project.
- New filters when listing issues, viz:
  - Filter by parent: This will allow you to list all sub-tasks of a task.
  - Order by filter: This will allow you to display a list sorted by their
    rank for example.
- You can now assign epic to the issue on creation.
- You can add issues to the sprint with `jira sprint add`

- feat: Allow to assign epic on create #194
- feat: Cmd to add issues to sprint #205
- feat: Allow to filter by parent #197
- feat: Add order-by filter #206
- feat: Add type on project listing #190

- fix: Make epic add work in next-gen project #195
- fix: Epic creation for next-gen project #192
- fix: Make epic remove work in next-gen project #196
- fix: Make epic list work for next-gen project #201
- fix: Segmentation fault on view #202
- fix(tui): Link/key copy is broken for altered key col #204

- cfg!: Expand config to include project type #191
- cfg!: Rename field to name and add link field to epic #193

- dep: Upgrade rivo/tview #176
- dep: Upgrade outdated deps to latest #177
- dep: Use Go 1.17 #178

**Full Changelog**: ankitpokhrel/jira-cli@v0.1.1...v0.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
4 participants