| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
OK remi@
|
| |
|
|
|
|
|
| |
configuration file.", but occasionally something else fit better; at the
same time, try to make the format for FILES more consistent;
original diff from clematis
|
| |
|
|
| |
OK remi@
|
| |
|
|
| |
OK remi@
|
| |
|
|
|
|
|
|
|
|
|
| |
Do not use the pointer returned by ibuf_reserve() after calling another
ibuf function. After the call the internal buffer may have moved by realloc()
and so the pointer is invalid. Instead use ibuf_size() to get the current
offset in the buffer and use ibuf_seek() later on to write back the updated
lsa age into the buffer at the right spot.
This fixes an issue seen by Richard Chivers on routers with many passive
interfaces.
OK stsp@ denis@ deraadt@ also tested by sthen@
|
| |
|
|
|
|
| |
A large number of redistributed routes make ospf6d crash.
OK remi@, sthen@
|
| | |
|
| |
|
|
| |
OK remi@
|
| |
|
|
|
|
|
| |
Also change get_net_link() and get_rtr_link() to work like ospfd(8)
couterpart.
OK remi@
|
| |
|
|
|
|
|
|
| |
- update debug messages to be more precise
- simplify call to lsa_self()
- drop lsa_find_lsid() redondant parameters
OK remi@
|
| |
|
|
|
| |
manual pages that document the corresponding configuration files;
OK jmc@, and general direction discussed with many
|
| |
|
|
|
|
| |
area. Most of the other interface settings allow this.
ok denis@
|
| |
|
|
| |
OK remi@
|
| |
|
|
|
|
| |
or they will have no effect.
OK denis@
|
| | |
|
| |
|
|
| |
OK remi@
|
| |
|
|
| |
OK remi@
|
| |
|
|
|
|
|
|
| |
Now that area is part of iface, original orig_rtr_lsa() is useless. Also
verifying that area != NULL is not needed in some cases (these are
leftovers of the previous diff).
OK remi@
|
| |
|
|
| |
"Looks fine" deraadt@
|
| |
|
|
| |
OK remi@
|
| |
|
|
|
| |
tested by Kapetanakis Giannis
ok denis@
|
| |
|
|
|
|
| |
Same as ospfd's hello.c rev 1.23.
ok denis@
|
| |
|
|
| |
OK remi@
|
| |
|
|
| |
OK remi@
|
| |
|
|
| |
OK claudio@
|
| |
|
|
| |
reads OK benno@ remi@
|
| |
|
|
| |
OK remi@
|
| |
|
|
|
|
| |
This makes code similar to ospfd(8).
OK claudio@ deraadt@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
error prone than manually editing rc.conf.local, and also works to
enable ipsec and accounting.
tweak from schwarze@ to use the \(dq\(dq syntax for quotes in '.Dl
foo_flags="" lines' instead of \&"\&".
while at it, fix a reference to a bogus /dev/dhclient.conf file that
recently snuck in.
ok jmc@ deraadt@ schwarze@
|
| |
|
|
|
|
| |
value < 0. errno is only updated in this case. Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
|
| |
|
|
| |
ok benno@
|
| |
|
|
|
| |
reads OK to kn@
OK denis@
|
| |
|
|
|
|
| |
substract the size of the IPv6 header and not the IPv4 header from the MTU.
This stops ospf6d to send out fragmented packets.
Found with and OK benno@
|
| |
|
|
| |
ok krw@, jsg@
|
| |
|
|
|
|
| |
the daemon wouldn't notice state changes for those interfaces.
ok benno@
|
| |
|
|
| |
ok benno@
|
| |
|
|
|
|
| |
larger types really is a range reduction...
Almost any cast to (unsigned) is a bug.
ok millert tb benno
|
| |
|
|
|
|
|
|
|
| |
overwrite this when using "redistribute X set type 2 depend on ifX" and ifX
is down.
Problem reported for ospfd by Igor Podlesny.
ok benno@
|
| |
|
|
| |
OK millert, deraadt, job
|
| |
|
|
|
|
|
| |
RTP_OSPF (or the configured fib-priority) inserted by another program.
ospfd does the same.
OK claudio@ benno@
|
| |
|
|
|
|
| |
inserts into the kernel routing table.
OK denis@
|
| |
|
|
|
|
| |
than 128. Initially proposed by claudio@ for bgpd.
ok claudio@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
(and other lexers too)
This commit rectifies earlier change:
in the lex... even inside quotes, a \ followed by space or tab should
expand to space or tab, and a \ followed by newline should be ignored
(as a line continuation). compatible with the needs of hoststated
(which has the most strict quoted string requirements), and ifstated
(where one commonly does line continuations in strings).
OK deraadt@, OK millert@
|
| |
|
|
|
|
|
| |
filesystem access with the exception of the control socket cleanup on
exit.
ok florian@
|
| |
|
|
| |
"looks good" gilles@ halex@
|
| |
|
|
|
|
| |
control socket.
ok florian@
|
| | |
|
| |
|
|
|
| |
small quirk from tb@
ok phessler@
|