Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide "Point-to-Multipoint Layer 3 GRE tunnel interfaces (mgre) example" | 2021-01-08 | 1 | -2/+63 | |
| | | | | | | | From Pierre Emeriaud, thanks! Feeback jmc OK dlg | ||||
* | couple more article fixes; | 2020-12-05 | 1 | -4/+4 | |
| | |||||
* | s/explicitley/explicitly/ | 2020-11-18 | 1 | -3/+3 | |
| | |||||
* | Fix a bunch of typos in various man pages. | 2020-06-18 | 1 | -6/+6 | |
| | |||||
* | grammar fix; | 2020-04-02 | 1 | -3/+3 | |
| | |||||
* | Fix a bunch of typos in various man pages. | 2019-05-29 | 1 | -4/+4 | |
| | |||||
* | document txprio ioctl support | 2018-11-16 | 1 | -2/+18 | |
| | |||||
* | admin that eoip(4) comes from the gre pseudo device driver | 2018-11-15 | 1 | -1/+8 | |
| | |||||
* | spell an ioctl command better. | 2018-11-15 | 1 | -3/+3 | |
| | | | | from markus@ | ||||
* | Tweak gre(4): | 2018-04-20 | 1 | -9/+8 | |
| | | | | | | | | | Correct reference to RFC. Disambiguate section names. Lowercase the "using" in Network Virtualization using Generic Routing Encapsulation. ok jmc@ schwarze@ | ||||
* | gre(4) supports MPLS in GRE encapsulation like rfc 4023 describes | 2018-03-12 | 1 | -2/+11 | |
| | |||||
* | update the programming stuff to include mgre | 2018-02-28 | 1 | -9/+19 | |
| | |||||
* | enter mgre(4) | 2018-02-27 | 1 | -6/+16 | |
| | | | | this has a really bad description of mgre, but it's a start. | ||||
* | Pp useless before/after S{h,s}; | 2018-02-25 | 1 | -2/+1 | |
| | |||||
* | give egre an example | 2018-02-25 | 1 | -57/+86 | |
| | | | | | | | | | nvgre had an example of joining nvgre networks together over the internet with egre. this takes it away and reworks it for an egre example. while here, get rid of the hostnames in the shell prompts so things are more consistent, which jmc and i discussed. | ||||
* | various tweaks; ok dlg | 2018-02-23 | 1 | -22/+21 | |
| | |||||
* | lint fix | 2018-02-23 | 1 | -3/+2 | |
| | |||||
* | add a SECURITY CONSIDERATIONS section. | 2018-02-23 | 1 | -1/+20 | |
| | | | | | mdoc(7) says that section goes last, which is where i put it. i kind of want it before EXAMPLES though. | ||||
* | provide some (probably too many) nvgre(4) examples | 2018-02-23 | 1 | -2/+151 | |
| | |||||
* | try to fix the nvgre words a bit | 2018-02-22 | 1 | -32/+27 | |
| | |||||
* | speeling | 2018-02-22 | 1 | -2/+2 | |
| | |||||
* | various tweaks; | 2018-02-22 | 1 | -9/+9 | |
| | |||||
* | slight tweak | 2018-02-22 | 1 | -3/+3 | |
| | |||||
* | reorganise the manpage with subsections for each type of interface. | 2018-02-22 | 1 | -47/+276 | |
| | | | | | | | the page was getting a bit cumbersome with the arrival of nvgre, so hopefully this makes it a bit more straightforward. jmc@ says he can fix stuff as i go | ||||
* | make the Nd lines (subjectively) less worse | 2018-02-22 | 1 | -3/+3 | |
| | |||||
* | allow wccp processing to be enabled per interface with the link0 flag. | 2018-02-16 | 1 | -2/+6 | |
| | | | | | | | | | | this also changes the wccp handling to peek into it's payload to determine whether it is wccp 1 or 2. wccp1 says the gre header is followed by ipv4, while wccp2 says there's a small header before the ipv4 packet. the wccp2 header cannot have 4 in the first nibble, while ipv4 must have 4 in the first nibble. the code now looks at the nibble to determine whether it should strip the wccp2 header or not. | ||||
* | tweak previous; ok dlg | 2018-02-15 | 1 | -6/+5 | |
| | |||||
* | say that the only optional header we support is the Key. | 2018-02-15 | 1 | -3/+9 | |
| | |||||
* | there are more GRE rfcs | 2018-02-15 | 1 | -1/+19 | |
| | |||||
* | make a start at documenting egre(4) | 2018-02-15 | 1 | -40/+55 | |
| | |||||
* | tweak previous; | 2018-02-07 | 1 | -5/+2 | |
| | |||||
* | split mobileip(4) out from the gre(4) driver. | 2018-02-07 | 1 | -30/+7 | |
| | | | | | | | | having mobileip in gre makes it hard to cut gre up. the current mobileip code is also broken, so this is def and improvement. it also makes it easy to disable and remove mobileip in the future. ok claudio@ henning@ | ||||
* | Adjust references for sysctl(3) to sysctl(2) | 2018-01-12 | 1 | -3/+3 | |
| | |||||
* | remove deprectaed linkX notation; | 2017-12-01 | 1 | -3/+3 | |
| | | | | from lucas gabriel vuotto | ||||
* | wrec.org is dead. Use working links instead. | 2017-06-08 | 1 | -4/+4 | |
| | | | | patch from jj, found by "Norrland" on icb. Thanks! | ||||
* | shuffle this page a little, to make it read better; | 2016-08-31 | 1 | -43/+28 | |
| | |||||
* | Split gre(4) into two interfaces: gre(4) and mobileip(4). | 2016-08-31 | 1 | -34/+22 | |
| | | | | | | | | | | | | Like vlan/svlan and tun/tap, it remains a single driver that decides on the mode based on the interface name. This removes the need for removing the default link0 flag to turn gre into Mobile IP mode. Using linkX / IFF_LINK{0,1,2} for interface modes is a deprecated style. OK millert@ dlg@ many Not much consensus on the name but mobileip is also used for the sysctls, so OK henning@ | ||||
* | Remove obsolete gre(4) ioctls GRESADDRS, GRESADDRD, GREGADDRS, | 2016-08-28 | 1 | -25/+3 | |
| | | | | | | | | | GREGADDRD, GRESPROTO, and GREGPROTO. They have been replaced by generic ioctls some time ago (eg. the "ifconfig gre0 tunnel") and there is no need to keep the old ones around. They are neither used in base nor in ports. OK sthen@ | ||||
* | double word fix. | 2015-07-16 | 1 | -3/+3 | |
| | | | | ok jmc@ | ||||
* | write Mobile IP{,v6} in a consistent way, as given in RFCs 5944 and 6275. | 2015-06-02 | 1 | -6/+6 | |
| | | | | ok jmc@ | ||||
* | minor tweaks; | 2015-03-18 | 1 | -7/+8 | |
| | |||||
* | "handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncating | 2015-03-18 | 1 | -8/+10 | |
| | | | | | | | skipping the wccp 2 header. Tested with Cisco ASA. "looks correct" claudio ok yasuoka | ||||
* | fix obvious .An formatting errors | 2013-10-19 | 1 | -4/+4 | |
| | | | | found while working on mandoc apropos | ||||
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | 2013-07-16 | 1 | -3/+3 | |
| | |||||
* | last stage of rfc changes, using consistent Rs/Re blocks, and moving the | 2012-09-26 | 1 | -3/+20 | |
| | | | | references into a STANDARDS section; | ||||
* | within Rs/Re reference blocks, use %U instead of %O (or any other | 2012-08-18 | 1 | -4/+4 | |
| | | | | | | | | | variants) for URLs, allowing mandoc -Thtml to properly generate links; (sendmail.8 changes are simply using Lk, which i somehow missed in previous) ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not, but 1.21 does; | ||||
* | Try to document how to use gre(4) keepalives with pf(4) enabled. | 2012-03-26 | 1 | -2/+14 | |
| | | | | | | Adding a rule like "pass quick on gre proto gre no state" will ensure that the keepalive packets get through pf by bypassing the state table once. Requested by jsing@ some long time ago. | ||||
* | remove more atalk bits | 2011-07-09 | 1 | -3/+2 | |
| | |||||
* | Update BUGS section. The crazy route lookup is gone so is link1. | 2011-04-04 | 1 | -21/+2 | |
| | |||||
* | Mention keepalives here too; ok jmc@ | 2010-06-29 | 1 | -2/+22 | |
| |