Skip to content

Commit

Permalink
Document the PR
Browse files Browse the repository at this point in the history
Documentation in CHANGELOG.md
And while testing, I saw that the pid-file must me included in
.gitignore
  • Loading branch information
robertcheramy committed May 13, 2024
1 parent 6e31e41 commit 0acc182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- h3c: change prompt to expect either angle (user-view) or square (system-view) brackets (@nl987)
- xos: Hide radius and user secrets for XOS (@iriseden)
- eos: Hide radius and snmp secrets for Arista EOS (@iriseden)
- docker/podman: baseimage updated to phusion/baseimage:jammy-1.0.4

### Fixed
- fixed prompt for vyos/vyatta to allow logins with non-priviliged accounts. Fixes #3111 (@h-lopez)
Expand Down
1 change: 1 addition & 0 deletions examples/podman-compose/oxidized-config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ config.local
router.db.local

# Ignore logs, retrieved configs...
pid
configs/
crash
logs/

0 comments on commit 0acc182

Please sign in to comment.