The IRRToolSet is a set of tools to work with Internet routing policies.
These policies are stored in Internet Routing Registries (IRR) in the
Routing Policy Specification Language (RPSL). The tools are used to
produce lists suitable for automating router configuration, etc.
- peval is a low level policy evaluation tool that can be used to write
router configuration generators. It takes policy expressions as input,
expands the AS sets, route sets, filter sets and (optionally) AS numbers,
and outputs the resulting list of AS numbers or prefixes.
- rpslcheck syntax-checks an RPSL object to determine whether it will
cause problems for any of the tools in IRRToolSet, such as rtconfig.
This does not guarantee that the syntax is valid for a particular IRR,
which may have different syntax constraints.
- rtconfig is a filter which can generate cisco/juniper configuration
sections based on information from IRRs.
Fix for Youtube.
New option to shut down the computer when playback has finished.
The themes and skin icons are loaded from resource files (*.rcc).
New fix for searching subtitles from opensubtitles.org that should
return more results.
Now I take care of this.
OK edd@ (maintainer)
- BUG/MEDIUM: systemd: set KillMode to 'mixed'
- MINOR: systemd: Check configuration before start
- BUG/MEDIUM: config: avoid skipping disabled proxies
- BUG/MINOR: config: do not accept more track-sc than configured
- BUG/MEDIUM: backend: fix URI hash when a query string is present
ok benoit@
force a dependency on audio/py-discogs-client with a minimum version.
it's optional (only used by the discogs plugin) but the dep chain isn't
too bad and it's more userfriendly to prevent attempts to run it with
the old-API version that won't work.
sh is a full-fledged subprocess replacement for Python 2.6 - 3.2 that
allows you to call any program as if it were a function
from Jonas Huldtgren, ok sthen@
- N.B. Packages are re-arranged. Previously we had symon-mon (client only),
symon-mux (mux only), and symon (both client + mux - i.e. the combination of
the two other packages). Now we just have two non-overlapping packages
symon+symux, as is normal for multi-packages in the tree.
pkg_add -u will handle renaming but not splitting, so if you used the
"combined" package you will need to "pkg_add symux" after this update.