Skip to content

Add fragment match options #10

Open
knewell opened this issue Apr 3, 2020 · 1 comment
Open

Add fragment match options #10

knewell opened this issue Apr 3, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@knewell
Copy link
Collaborator

knewell commented Apr 3, 2020

# set match fragment ?
Possible completions:
  [                    Open a set of values
  dont-fragment        Don't Fragment flag is set
  first-fragment       First fragment
  is-fragment          Fragmented packet
  last-fragment        Last fragment
  not-a-fragment       Not a fragment
@knewell
Copy link
Collaborator Author

knewell commented Apr 3, 2020

<configuration junos:changed-seconds="1585877797" junos:changed-localtime="2020-04-03 01:36:37 UTC">
        <routing-options>
            <flow>
                <route>
                    <name>test</name>
                    <match>
                        <fragment>first-fragment</fragment>
                        <fragment>is-fragment</fragment>
                        <source>192.168.200.1/32</source>
                    </match>
                    <then>
                        <discard/>
                    </then>
                </route>
            </flow>
        </routing-options>
</configuration>

@knewell knewell added the enhancement New feature or request label Apr 3, 2020
Sign in to join this conversation on GitHub.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant