| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
Add support for nexthop with an IPv6 link-local address. To
enable this, specify "interface" in bgpd.conf (see bgpd.conf(5)).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
|
|
|
| |
Spotted by: Andrey Groshev
|
|
|
|
| |
Spotted by: Jason J. Hellenthal
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: portmgr (linimon)
|
|
|
|
| |
Submitted by: pointyhat
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Provide LINK_STATE_IS_UP macros that is missing in FreeBSD.
- Disable CARP demotion: FreeBSD has no support for it.
- Disable check for the routing table number: FreeBSD has single routing table
now.
- Disable route labeling: FreeBSD has no support for it.
PR: 121831
Submitted by: Matthieu Guegan <matthieu@virtua.ch>
Approved by: maintainer timeout (9 months)
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Approved by: flz (maintainer)
|
|
|
|
| |
- Add some information about the configuration file and its permissions.
|
|
|
|
| |
Reminded by: osa
|
|
|
|
| |
Reported by: BugMagnet
|
| |
|
|
|
|
|
|
| |
- Add an install script to create _bgpd user.
- De-capitalize IGNORE.
- Style fixes.
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
| |
|
|
|
|
|
|
| |
Bump PORTREVISION.
Approved by: flz (maintainer)
|
|
|
|
|
|
| |
Bump PORTREVISION.
Approved by: flz (maintainer)
|
|
|
|
|
| |
PR: ports/83301
Submitted by: Babak Farrokhi <babak@farrokhi.net>
|
|
|
|
| |
Reported by: pointyhat via krisbot via krismail
|
|
|
|
| |
Noticed by: pointyhat via kris
|
|
Credits to: Lukasz Bromirski <lukasz@bromirski.net>
|